#12497F

Color #12497F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12497F

Tints of Dark Cerulean #12497F

Color information

#12497F (or 0x12497F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 7F. RGB value is (18,73,127). Sum of RGB (Red+Green+Blue) = 18+73+127=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #12497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12497F is #EDB680. Grayscale: #3E3E3E. Windows color (decimal): -15578753 or 8341778. OLE color: 8341778.

HSL color Cylindrical-coordinate representation of color #12497F: hue angle of 209.72º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12497F is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1873127-
CMYK0.860.4300.50
HSL209.72º75.17%28.43%-
HSV(B)209.72º85.83%49.8%-
XYZ6.466.4320.98-
YUV62.71164.2896.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 127 (50% from 255) = 58.26%
R=8.26%
G=33.49%
B=58.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18731270.860.4300.50209.7275.1728.43
Hex12497F562B032d24b1c
Octal221111771265306232211334
Binary10010100100111111111010110101011011001011010010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12497F; }

 p { color: rgb(18,73,127); }

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

<style>
 a { background-color: #12497F; }

 a { background-color: rgb(18,73,127); }

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

<style>
 span { border-color: #12497F; }

 span { border-color: rgb(18,73,127); }

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