#10949C

Color #10949C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #10949C

Tints of Eastern Blue #10949C

Color information

#10949C (or 0x10949C) is unknown color: approx Eastern Blue. HEX triplet: 10, 94 and 9C. RGB value is (16,148,156). Sum of RGB (Red+Green+Blue) = 16+148+156=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #10949C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10949C is #EF6B63. Grayscale: #6D6D6D. Windows color (decimal): -15690596 or 10261520. OLE color: 10261520.

HSL color Cylindrical-coordinate representation of color #10949C: hue angle of 183.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10949C is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16148156-
CMYK0.900.0500.39
HSL183.43º81.4%33.73%-
HSV(B)183.43º89.74%61.18%-
XYZ16.823.6935.14-
YUV109.44154.2761.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 5%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=5%
G=46.25%
B=48.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161481560.900.0500.39183.4381.433.73
Hex10949C5A5027b75122
Octal20224234132504726712142
Binary10000100101001001110010110101010100111101101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10949C; }

 p { color: rgb(16,148,156); }

 H1.HeaderClassName
 {
   color: #10949C;
 }
 .AnyTagClassName
 {
   color: #10949C;
 }
</style>
background-color css

<style>
 a { background-color: #10949C; }

 a { background-color: rgb(16,148,156); }

 div.DivClassName
 {
   background-color: #10949C;
 }
 .BgClassName
 {
   background-color: #10949C;
 }
</style>
border-color css

<style>
 span { border-color: #10949C; }

 span { border-color: rgb(16,148,156); }

 td.TdClassName
 {
   border-color: #10949C;
 }
 .TagClassName
 {
   border-color: #10949C;
 }
</style>