Shades of Navy Blue #0B6CCD
Tints of Navy Blue #0B6CCD
RGB
CMYK
RGB Variations
Color information
#0B6CCD (or 0x0B6CCD) is known color: Navy Blue. HEX triplet: 0B, 6C and CD. RGB value is (11,108,205). Sum of RGB (Red+Green+Blue) = 11+108+205=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B6CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6CCD is #F49332. Grayscale: #595959. Windows color (decimal): -16028467 or 13462539. OLE color: 13462539.
HSL color Cylindrical-coordinate representation of color #0B6CCD: hue angle of 210º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6CCD is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 108 | 205 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.20 |
| HSL | 210º | 0.9% | 0.42% | - |
| HSV(B) | 210º | 0.95% | 0.8% | - |
| XYZ | 16.52 | 15.2 | 59.82 | - |
| YUV | 90.06 | 192.86 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 108 | 205 | 0.95 | 0.47 | 0 | 0.20 | 210 | 0.9 | 0.42 |
| Hex | B | 6C | CD | 5F | 2F | 0 | 14 | D2 | 5A | 2A |
| Octal | 13 | 154 | 315 | 137 | 57 | 0 | 24 | 322 | 132 | 52 |
| Binary | 1011 | 1101100 | 11001101 | 1011111 | 101111 | 0 | 10100 | 11010010 | 1011010 | 101010 |
Color Harmonies of #0B6CCD
Complementary color
Monochromatic Colors of #0B6CCD
Black with #0B6CCD
Text Example
Text Example
White with #0B6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6CCD; }
p { color: rgb(11,108,205); }
H1.HeaderClassName
{
color: #0B6CCD;
}
.AnyTagClassName
{
color: #0B6CCD;
}
</style>
background-color css
<style>
a { background-color: #0B6CCD; }
a { background-color: rgb(11,108,205); }
div.DivClassName
{
background-color: #0B6CCD;
}
.BgClassName
{
background-color: #0B6CCD;
}
</style>
border-color css
<style>
span { border-color: #0B6CCD; }
span { border-color: rgb(11,108,205); }
td.TdClassName
{
border-color: #0B6CCD;
}
.TagClassName
{
border-color: #0B6CCD;
}
</style>