Shades of Dark Cerulean #0B4E6C
Tints of Dark Cerulean #0B4E6C
RGB
CMYK
RGB Variations
Color information
#0B4E6C (or 0x0B4E6C) is known color: Dark Cerulean. HEX triplet: 0B, 4E and 6C. RGB value is (11,78,108). Sum of RGB (Red+Green+Blue) = 11+78+108=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B4E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B4E6C is #F4B193. Grayscale: #3D3D3D. Windows color (decimal): -16036244 or 7097867. OLE color: 7097867.
HSL color Cylindrical-coordinate representation of color #0B4E6C: hue angle of 198.56º 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 #0B4E6C is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 78 | 108 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.58 |
| HSL | 198.56º | 0.82% | 0.23% | - |
| HSV(B) | 198.56º | 0.9% | 0.42% | - |
| XYZ | 5.57 | 6.6 | 15.17 | - |
| YUV | 61.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 108 | 0.90 | 0.28 | 0 | 0.58 | 198.56 | 0.82 | 0.23 |
| Hex | B | 4E | 6C | 5A | 1C | 0 | 3A | C7 | 52 | 17 |
| Octal | 13 | 116 | 154 | 132 | 34 | 0 | 72 | 307 | 122 | 27 |
| Binary | 1011 | 1001110 | 1101100 | 1011010 | 11100 | 0 | 111010 | 11000111 | 1010010 | 10111 |
Color Harmonies of #0B4E6C
Complementary color
Monochromatic Colors of #0B4E6C
Black with #0B4E6C
Text Example
Text Example
White with #0B4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E6C; }
p { color: rgb(11,78,108); }
H1.HeaderClassName
{
color: #0B4E6C;
}
.AnyTagClassName
{
color: #0B4E6C;
}
</style>
background-color css
<style>
a { background-color: #0B4E6C; }
a { background-color: rgb(11,78,108); }
div.DivClassName
{
background-color: #0B4E6C;
}
.BgClassName
{
background-color: #0B4E6C;
}
</style>
border-color css
<style>
span { border-color: #0B4E6C; }
span { border-color: rgb(11,78,108); }
td.TdClassName
{
border-color: #0B4E6C;
}
.TagClassName
{
border-color: #0B4E6C;
}
</style>