Shades of Dark Cerulean #0B446C
Tints of Dark Cerulean #0B446C
RGB
CMYK
RGB Variations
Color information
#0B446C (or 0x0B446C) is known color: Dark Cerulean. HEX triplet: 0B, 44 and 6C. RGB value is (11,68,108). Sum of RGB (Red+Green+Blue) = 11+68+108=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B446C is #F4BB93. Grayscale: #373737. Windows color (decimal): -16038804 or 7095307. OLE color: 7095307.
HSL color Cylindrical-coordinate representation of color #0B446C: hue angle of 204.74º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B446C is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 68 | 108 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.58 |
| HSL | 204.74º | 0.82% | 0.23% | - |
| HSV(B) | 204.74º | 0.9% | 0.42% | - |
| XYZ | 4.91 | 5.29 | 14.95 | - |
| YUV | 55.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 108 | 0.90 | 0.37 | 0 | 0.58 | 204.74 | 0.82 | 0.23 |
| Hex | B | 44 | 6C | 5A | 25 | 0 | 3A | CD | 52 | 17 |
| Octal | 13 | 104 | 154 | 132 | 45 | 0 | 72 | 315 | 122 | 27 |
| Binary | 1011 | 1000100 | 1101100 | 1011010 | 100101 | 0 | 111010 | 11001101 | 1010010 | 10111 |
Color Harmonies of #0B446C
Complementary color
Monochromatic Colors of #0B446C
Black with #0B446C
Text Example
Text Example
White with #0B446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B446C; }
p { color: rgb(11,68,108); }
H1.HeaderClassName
{
color: #0B446C;
}
.AnyTagClassName
{
color: #0B446C;
}
</style>
background-color css
<style>
a { background-color: #0B446C; }
a { background-color: rgb(11,68,108); }
div.DivClassName
{
background-color: #0B446C;
}
.BgClassName
{
background-color: #0B446C;
}
</style>
border-color css
<style>
span { border-color: #0B446C; }
span { border-color: rgb(11,68,108); }
td.TdClassName
{
border-color: #0B446C;
}
.TagClassName
{
border-color: #0B446C;
}
</style>