#12849E

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

Shades of Eastern Blue #12849E

Tints of Eastern Blue #12849E

Color information

#12849E (or 0x12849E) is unknown color: approx Eastern Blue. HEX triplet: 12, 84 and 9E. RGB value is (18,132,158). Sum of RGB (Red+Green+Blue) = 18+132+158=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #12849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12849E is #ED7B61. Grayscale: #646464. Windows color (decimal): -15563618 or 10388498. OLE color: 10388498.

HSL color Cylindrical-coordinate representation of color #12849E: hue angle of 191.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12849E is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18132158-
CMYK0.890.1600.38
HSL191.14º79.55%34.51%-
HSV(B)191.14º88.61%61.96%-
XYZ14.6719.135.26-
YUV100.88160.2368.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=5.84%
G=42.86%
B=51.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181321580.890.1600.38191.1479.5534.51
Hex12849E5910026bf5023
Octal222042361312004627712043
Binary1001010000100100111101011001100000100110101111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12849E; }

 p { color: rgb(18,132,158); }

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

<style>
 a { background-color: #12849E; }

 a { background-color: rgb(18,132,158); }

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

<style>
 span { border-color: #12849E; }

 span { border-color: rgb(18,132,158); }

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