Shades of Dark Cerulean #0C438B
Tints of Dark Cerulean #0C438B
RGB
CMYK
RGB Variations
Color information
#0C438B (or 0x0C438B) is known color: Dark Cerulean. HEX triplet: 0C, 43 and 8B. RGB value is (12,67,139). Sum of RGB (Red+Green+Blue) = 12+67+139=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C438B is #F3BC74. Grayscale: #3A3A3A. Windows color (decimal): -15973493 or 9126668. OLE color: 9126668.
HSL color Cylindrical-coordinate representation of color #0C438B: hue angle of 214.02º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C438B is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 67 | 139 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.45 |
| HSL | 214.02º | 0.84% | 0.3% | - |
| HSV(B) | 214.02º | 0.91% | 0.55% | - |
| XYZ | 6.82 | 5.96 | 25.22 | - |
| YUV | 58.76 | 173.28 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 139 | 0.91 | 0.52 | 0 | 0.45 | 214.02 | 0.84 | 0.3 |
| Hex | C | 43 | 8B | 5B | 34 | 0 | 2D | D6 | 54 | 1E |
| Octal | 14 | 103 | 213 | 133 | 64 | 0 | 55 | 326 | 124 | 36 |
| Binary | 1100 | 1000011 | 10001011 | 1011011 | 110100 | 0 | 101101 | 11010110 | 1010100 | 11110 |
Color Harmonies of #0C438B
Complementary color
Monochromatic Colors of #0C438B
Black with #0C438B
Text Example
Text Example
White with #0C438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C438B; }
p { color: rgb(12,67,139); }
H1.HeaderClassName
{
color: #0C438B;
}
.AnyTagClassName
{
color: #0C438B;
}
</style>
background-color css
<style>
a { background-color: #0C438B; }
a { background-color: rgb(12,67,139); }
div.DivClassName
{
background-color: #0C438B;
}
.BgClassName
{
background-color: #0C438B;
}
</style>
border-color css
<style>
span { border-color: #0C438B; }
span { border-color: rgb(12,67,139); }
td.TdClassName
{
border-color: #0C438B;
}
.TagClassName
{
border-color: #0C438B;
}
</style>