Shades of Dark Cerulean #12436B
Tints of Dark Cerulean #12436B
RGB
CMYK
RGB Variations
Color information
#12436B (or 0x12436B) is known color: Dark Cerulean. HEX triplet: 12, 43 and 6B. RGB value is (18,67,107). Sum of RGB (Red+Green+Blue) = 18+67+107=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #12436B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12436B is #EDBC94. Grayscale: #383838. Windows color (decimal): -15580309 or 7029522. OLE color: 7029522.
HSL color Cylindrical-coordinate representation of color #12436B: hue angle of 206.97º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12436B is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 67 | 107 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.58 |
| HSL | 206.97º | 0.71% | 0.25% | - |
| HSV(B) | 206.97º | 0.83% | 0.42% | - |
| XYZ | 4.91 | 5.2 | 14.66 | - |
| YUV | 56.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 107 | 0.83 | 0.37 | 0 | 0.58 | 206.97 | 0.71 | 0.25 |
| Hex | 12 | 43 | 6B | 53 | 25 | 0 | 3A | CF | 47 | 19 |
| Octal | 22 | 103 | 153 | 123 | 45 | 0 | 72 | 317 | 107 | 31 |
| Binary | 10010 | 1000011 | 1101011 | 1010011 | 100101 | 0 | 111010 | 11001111 | 1000111 | 11001 |
Color Harmonies of #12436B
Complementary color
Monochromatic Colors of #12436B
Black with #12436B
Text Example
Text Example
White with #12436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12436B; }
p { color: rgb(18,67,107); }
H1.HeaderClassName
{
color: #12436B;
}
.AnyTagClassName
{
color: #12436B;
}
</style>
background-color css
<style>
a { background-color: #12436B; }
a { background-color: rgb(18,67,107); }
div.DivClassName
{
background-color: #12436B;
}
.BgClassName
{
background-color: #12436B;
}
</style>
border-color css
<style>
span { border-color: #12436B; }
span { border-color: rgb(18,67,107); }
td.TdClassName
{
border-color: #12436B;
}
.TagClassName
{
border-color: #12436B;
}
</style>