#12496D

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

Shades of Dark Cerulean #12496D

Tints of Dark Cerulean #12496D

Color information

#12496D (or 0x12496D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 6D. RGB value is (18,73,109). Sum of RGB (Red+Green+Blue) = 18+73+109=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #12496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12496D is #EDB692. Grayscale: #3C3C3C. Windows color (decimal): -15578771 or 7162130. OLE color: 7162130.

HSL color Cylindrical-coordinate representation of color #12496D: hue angle of 203.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12496D is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1873109-
CMYK0.830.3300.57
HSL203.74º71.65%24.9%-
HSV(B)203.74º83.49%42.75%-
XYZ5.39615.34-
YUV60.66155.2897.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=9%
G=36.5%
B=54.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18731090.830.3300.57203.7471.6524.9
Hex12496D5321039cc4819
Octal221111551234107131411031
Binary10010100100111011011010011100001011100111001100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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