Shades of Dark Cerulean #12446C
Tints of Dark Cerulean #12446C
RGB
CMYK
RGB Variations
Color information
#12446C (or 0x12446C) is known color: Dark Cerulean. HEX triplet: 12, 44 and 6C. RGB value is (18,68,108). Sum of RGB (Red+Green+Blue) = 18+68+108=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #12446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12446C is #EDBB93. Grayscale: #393939. Windows color (decimal): -15580052 or 7095314. OLE color: 7095314.
HSL color Cylindrical-coordinate representation of color #12446C: hue angle of 206.67º 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 #12446C is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 68 | 108 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.58 |
| HSL | 206.67º | 0.71% | 0.25% | - |
| HSV(B) | 206.67º | 0.83% | 0.42% | - |
| XYZ | 5.02 | 5.35 | 14.95 | - |
| YUV | 57.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 108 | 0.83 | 0.37 | 0 | 0.58 | 206.67 | 0.71 | 0.25 |
| Hex | 12 | 44 | 6C | 53 | 25 | 0 | 3A | CF | 47 | 19 |
| Octal | 22 | 104 | 154 | 123 | 45 | 0 | 72 | 317 | 107 | 31 |
| Binary | 10010 | 1000100 | 1101100 | 1010011 | 100101 | 0 | 111010 | 11001111 | 1000111 | 11001 |
Color Harmonies of #12446C
Complementary color
Monochromatic Colors of #12446C
Black with #12446C
Text Example
Text Example
White with #12446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12446C; }
p { color: rgb(18,68,108); }
H1.HeaderClassName
{
color: #12446C;
}
.AnyTagClassName
{
color: #12446C;
}
</style>
background-color css
<style>
a { background-color: #12446C; }
a { background-color: rgb(18,68,108); }
div.DivClassName
{
background-color: #12446C;
}
.BgClassName
{
background-color: #12446C;
}
</style>
border-color css
<style>
span { border-color: #12446C; }
span { border-color: rgb(18,68,108); }
td.TdClassName
{
border-color: #12446C;
}
.TagClassName
{
border-color: #12446C;
}
</style>