Shades of Dark Cerulean #12538C
Tints of Dark Cerulean #12538C
RGB
CMYK
RGB Variations
Color information
#12538C (or 0x12538C) is known color: Dark Cerulean. HEX triplet: 12, 53 and 8C. RGB value is (18,83,140). Sum of RGB (Red+Green+Blue) = 18+83+140=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #12538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12538C is #EDAC73. Grayscale: #454545. Windows color (decimal): -15576180 or 9196306. OLE color: 9196306.
HSL color Cylindrical-coordinate representation of color #12538C: hue angle of 208.03º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12538C is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 83 | 140 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.45 |
| HSL | 208.03º | 0.77% | 0.31% | - |
| HSV(B) | 208.03º | 0.87% | 0.55% | - |
| XYZ | 8.08 | 8.21 | 25.97 | - |
| YUV | 70.06 | 167.47 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 140 | 0.87 | 0.41 | 0 | 0.45 | 208.03 | 0.77 | 0.31 |
| Hex | 12 | 53 | 8C | 57 | 29 | 0 | 2D | D0 | 4D | 1F |
| Octal | 22 | 123 | 214 | 127 | 51 | 0 | 55 | 320 | 115 | 37 |
| Binary | 10010 | 1010011 | 10001100 | 1010111 | 101001 | 0 | 101101 | 11010000 | 1001101 | 11111 |
Color Harmonies of #12538C
Complementary color
Monochromatic Colors of #12538C
Black with #12538C
Text Example
Text Example
White with #12538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12538C; }
p { color: rgb(18,83,140); }
H1.HeaderClassName
{
color: #12538C;
}
.AnyTagClassName
{
color: #12538C;
}
</style>
background-color css
<style>
a { background-color: #12538C; }
a { background-color: rgb(18,83,140); }
div.DivClassName
{
background-color: #12538C;
}
.BgClassName
{
background-color: #12538C;
}
</style>
border-color css
<style>
span { border-color: #12538C; }
span { border-color: rgb(18,83,140); }
td.TdClassName
{
border-color: #12538C;
}
.TagClassName
{
border-color: #12538C;
}
</style>