#12487D

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

Shades of Dark Cerulean #12487D

Tints of Dark Cerulean #12487D

Color information

#12487D (or 0x12487D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 48 and 7D. RGB value is (18,72,125). Sum of RGB (Red+Green+Blue) = 18+72+125=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #12487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12487D is #EDB782. Grayscale: #3D3D3D. Windows color (decimal): -15579011 or 8210450. OLE color: 8210450.

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

Color convert

RGB1872125-
CMYK0.860.4200.51
HSL209.72º74.83%28.04%-
HSV(B)209.72º85.6%49.02%-
XYZ6.276.2420.28-
YUV61.9163.6196.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 125 (49.22% from 255) = 58.14%
R=8.37%
G=33.49%
B=58.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18721250.860.4200.51209.7274.8328.04
Hex12487D562A033d24b1c
Octal221101751265206332211334
Binary10010100100011111011010110101010011001111010010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12487D; }

 p { color: rgb(18,72,125); }

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

<style>
 a { background-color: #12487D; }

 a { background-color: rgb(18,72,125); }

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

<style>
 span { border-color: #12487D; }

 span { border-color: rgb(18,72,125); }

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