Shades of Dark Cerulean #12337C
Tints of Dark Cerulean #12337C
RGB
CMYK
RGB Variations
Color information
#12337C (or 0x12337C) is known color: Dark Cerulean. HEX triplet: 12, 33 and 7C. RGB value is (18,51,124). Sum of RGB (Red+Green+Blue) = 18+51+124=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #12337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12337C is #EDCC83. Grayscale: #313131. Windows color (decimal): -15584388 or 8139538. OLE color: 8139538.
HSL color Cylindrical-coordinate representation of color #12337C: hue angle of 221.32º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12337C is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 51 | 124 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.51 |
| HSL | 221.32º | 0.75% | 0.28% | - |
| HSV(B) | 221.32º | 0.85% | 0.49% | - |
| XYZ | 5.07 | 3.95 | 19.56 | - |
| YUV | 49.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 124 | 0.85 | 0.59 | 0 | 0.51 | 221.32 | 0.75 | 0.28 |
| Hex | 12 | 33 | 7C | 55 | 3B | 0 | 33 | DD | 4B | 1C |
| Octal | 22 | 63 | 174 | 125 | 73 | 0 | 63 | 335 | 113 | 34 |
| Binary | 10010 | 110011 | 1111100 | 1010101 | 111011 | 0 | 110011 | 11011101 | 1001011 | 11100 |
Color Harmonies of #12337C
Complementary color
Monochromatic Colors of #12337C
Black with #12337C
Text Example
Text Example
White with #12337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12337C; }
p { color: rgb(18,51,124); }
H1.HeaderClassName
{
color: #12337C;
}
.AnyTagClassName
{
color: #12337C;
}
</style>
background-color css
<style>
a { background-color: #12337C; }
a { background-color: rgb(18,51,124); }
div.DivClassName
{
background-color: #12337C;
}
.BgClassName
{
background-color: #12337C;
}
</style>
border-color css
<style>
span { border-color: #12337C; }
span { border-color: rgb(18,51,124); }
td.TdClassName
{
border-color: #12337C;
}
.TagClassName
{
border-color: #12337C;
}
</style>