Shades of Dark Cerulean #0B5C92
Tints of Dark Cerulean #0B5C92
RGB
CMYK
RGB Variations
Color information
#0B5C92 (or 0x0B5C92) is known color: Dark Cerulean. HEX triplet: 0B, 5C and 92. RGB value is (11,92,146). Sum of RGB (Red+Green+Blue) = 11+92+146=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B5C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5C92 is #F4A36D. Grayscale: #494949. Windows color (decimal): -16032622 or 9591819. OLE color: 9591819.
HSL color Cylindrical-coordinate representation of color #0B5C92: hue angle of 204º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B5C92 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 92 | 146 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.43 |
| HSL | 204º | 0.86% | 0.31% | - |
| HSV(B) | 204º | 0.92% | 0.57% | - |
| XYZ | 9.15 | 9.8 | 28.6 | - |
| YUV | 73.94 | 168.66 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 92 | 146 | 0.92 | 0.37 | 0 | 0.43 | 204 | 0.86 | 0.31 |
| Hex | B | 5C | 92 | 5C | 25 | 0 | 2B | CC | 56 | 1F |
| Octal | 13 | 134 | 222 | 134 | 45 | 0 | 53 | 314 | 126 | 37 |
| Binary | 1011 | 1011100 | 10010010 | 1011100 | 100101 | 0 | 101011 | 11001100 | 1010110 | 11111 |
Color Harmonies of #0B5C92
Complementary color
Monochromatic Colors of #0B5C92
Black with #0B5C92
Text Example
Text Example
White with #0B5C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5C92; }
p { color: rgb(11,92,146); }
H1.HeaderClassName
{
color: #0B5C92;
}
.AnyTagClassName
{
color: #0B5C92;
}
</style>
background-color css
<style>
a { background-color: #0B5C92; }
a { background-color: rgb(11,92,146); }
div.DivClassName
{
background-color: #0B5C92;
}
.BgClassName
{
background-color: #0B5C92;
}
</style>
border-color css
<style>
span { border-color: #0B5C92; }
span { border-color: rgb(11,92,146); }
td.TdClassName
{
border-color: #0B5C92;
}
.TagClassName
{
border-color: #0B5C92;
}
</style>