Shades of Dark Cerulean #12436C
Tints of Dark Cerulean #12436C
RGB
CMYK
RGB Variations
Color information
#12436C (or 0x12436C) is known color: Dark Cerulean. HEX triplet: 12, 43 and 6C. RGB value is (18,67,108). Sum of RGB (Red+Green+Blue) = 18+67+108=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #12436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12436C is #EDBC93. Grayscale: #383838. Windows color (decimal): -15580308 or 7095058. OLE color: 7095058.
HSL color Cylindrical-coordinate representation of color #12436C: hue angle of 207.33º 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 #12436C is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 67 | 108 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.58 |
| HSL | 207.33º | 0.71% | 0.25% | - |
| HSV(B) | 207.33º | 0.83% | 0.42% | - |
| XYZ | 4.96 | 5.23 | 14.93 | - |
| YUV | 57.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 108 | 0.83 | 0.38 | 0 | 0.58 | 207.33 | 0.71 | 0.25 |
| Hex | 12 | 43 | 6C | 53 | 26 | 0 | 3A | CF | 47 | 19 |
| Octal | 22 | 103 | 154 | 123 | 46 | 0 | 72 | 317 | 107 | 31 |
| Binary | 10010 | 1000011 | 1101100 | 1010011 | 100110 | 0 | 111010 | 11001111 | 1000111 | 11001 |
Color Harmonies of #12436C
Complementary color
Monochromatic Colors of #12436C
Black with #12436C
Text Example
Text Example
White with #12436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12436C; }
p { color: rgb(18,67,108); }
H1.HeaderClassName
{
color: #12436C;
}
.AnyTagClassName
{
color: #12436C;
}
</style>
background-color css
<style>
a { background-color: #12436C; }
a { background-color: rgb(18,67,108); }
div.DivClassName
{
background-color: #12436C;
}
.BgClassName
{
background-color: #12436C;
}
</style>
border-color css
<style>
span { border-color: #12436C; }
span { border-color: rgb(18,67,108); }
td.TdClassName
{
border-color: #12436C;
}
.TagClassName
{
border-color: #12436C;
}
</style>