Shades of Dark Cerulean #0B5175
Tints of Dark Cerulean #0B5175
RGB
CMYK
RGB Variations
Color information
#0B5175 (or 0x0B5175) is known color: Dark Cerulean. HEX triplet: 0B, 51 and 75. RGB value is (11,81,117). Sum of RGB (Red+Green+Blue) = 11+81+117=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B5175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5175 is #F4AE8A. Grayscale: #3F3F3F. Windows color (decimal): -16035467 or 7688459. OLE color: 7688459.
HSL color Cylindrical-coordinate representation of color #0B5175: hue angle of 200.38º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5175 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 81 | 117 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.54 |
| HSL | 200.38º | 0.83% | 0.25% | - |
| HSV(B) | 200.38º | 0.91% | 0.46% | - |
| XYZ | 6.29 | 7.24 | 17.9 | - |
| YUV | 64.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 117 | 0.91 | 0.31 | 0 | 0.54 | 200.38 | 0.83 | 0.25 |
| Hex | B | 51 | 75 | 5B | 1F | 0 | 36 | C8 | 53 | 19 |
| Octal | 13 | 121 | 165 | 133 | 37 | 0 | 66 | 310 | 123 | 31 |
| Binary | 1011 | 1010001 | 1110101 | 1011011 | 11111 | 0 | 110110 | 11001000 | 1010011 | 11001 |
Color Harmonies of #0B5175
Complementary color
Monochromatic Colors of #0B5175
Black with #0B5175
Text Example
Text Example
White with #0B5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5175; }
p { color: rgb(11,81,117); }
H1.HeaderClassName
{
color: #0B5175;
}
.AnyTagClassName
{
color: #0B5175;
}
</style>
background-color css
<style>
a { background-color: #0B5175; }
a { background-color: rgb(11,81,117); }
div.DivClassName
{
background-color: #0B5175;
}
.BgClassName
{
background-color: #0B5175;
}
</style>
border-color css
<style>
span { border-color: #0B5175; }
span { border-color: rgb(11,81,117); }
td.TdClassName
{
border-color: #0B5175;
}
.TagClassName
{
border-color: #0B5175;
}
</style>