#12397D

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

Shades of Dark Cerulean #12397D

Tints of Dark Cerulean #12397D

Color information

#12397D (or 0x12397D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 39 and 7D. RGB value is (18,57,125). Sum of RGB (Red+Green+Blue) = 18+57+125=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #12397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12397D is #EDC682. Grayscale: #343434. Windows color (decimal): -15582851 or 8206610. OLE color: 8206610.

HSL color Cylindrical-coordinate representation of color #12397D: hue angle of 218.13º 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 #12397D is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1857125-
CMYK0.860.5400.51
HSL218.13º74.83%28.04%-
HSV(B)218.13º85.6%49.02%-
XYZ5.414.5419.99-
YUV53.09168.58102.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 125 (49.22% from 255) = 62.5%
R=9%
G=28.5%
B=62.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18571250.860.5400.51218.1374.8328.04
Hex12397D5636033da4b1c
Octal22711751266606333211334
Binary1001011100111111011010110110110011001111011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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