#12849B

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

Shades of Eastern Blue #12849B

Tints of Eastern Blue #12849B

Color information

#12849B (or 0x12849B) is unknown color: approx Eastern Blue. HEX triplet: 12, 84 and 9B. RGB value is (18,132,155). Sum of RGB (Red+Green+Blue) = 18+132+155=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #12849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12849B is #ED7B64. Grayscale: #646464. Windows color (decimal): -15563621 or 10191890. OLE color: 10191890.

HSL color Cylindrical-coordinate representation of color #12849B: hue angle of 190.07º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12849B is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18132155-
CMYK0.880.1500.39
HSL190.07º79.19%33.92%-
HSV(B)190.07º88.39%60.78%-
XYZ14.421933.92-
YUV100.54158.7369.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=5.90%
G=43.28%
B=50.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181321550.880.1500.39190.0779.1933.92
Hex12849B58F027be4f22
Octal222042331301704727611742
Binary100101000010010011011101100011110100111101111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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