Shades of Navy Blue #0B6CDE
Tints of Navy Blue #0B6CDE
RGB
CMYK
RGB Variations
Color information
#0B6CDE (or 0x0B6CDE) is known color: Navy Blue. HEX triplet: 0B, 6C and DE. RGB value is (11,108,222). Sum of RGB (Red+Green+Blue) = 11+108+222=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B6CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6CDE is #F49321. Grayscale: #5B5B5B. Windows color (decimal): -16028450 or 14576651. OLE color: 14576651.
HSL color Cylindrical-coordinate representation of color #0B6CDE: hue angle of 212.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6CDE is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 108 | 222 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.13 |
| HSL | 212.42º | 0.91% | 0.46% | - |
| HSV(B) | 212.42º | 0.95% | 0.87% | - |
| XYZ | 18.69 | 16.07 | 71.22 | - |
| YUV | 91.99 | 201.36 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 108 | 222 | 0.95 | 0.51 | 0 | 0.13 | 212.42 | 0.91 | 0.46 |
| Hex | B | 6C | DE | 5F | 33 | 0 | D | D4 | 5B | 2E |
| Octal | 13 | 154 | 336 | 137 | 63 | 0 | 15 | 324 | 133 | 56 |
| Binary | 1011 | 1101100 | 11011110 | 1011111 | 110011 | 0 | 1101 | 11010100 | 1011011 | 101110 |
Color Harmonies of #0B6CDE
Complementary color
Monochromatic Colors of #0B6CDE
Black with #0B6CDE
Text Example
Text Example
White with #0B6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6CDE; }
p { color: rgb(11,108,222); }
H1.HeaderClassName
{
color: #0B6CDE;
}
.AnyTagClassName
{
color: #0B6CDE;
}
</style>
background-color css
<style>
a { background-color: #0B6CDE; }
a { background-color: rgb(11,108,222); }
div.DivClassName
{
background-color: #0B6CDE;
}
.BgClassName
{
background-color: #0B6CDE;
}
</style>
border-color css
<style>
span { border-color: #0B6CDE; }
span { border-color: rgb(11,108,222); }
td.TdClassName
{
border-color: #0B6CDE;
}
.TagClassName
{
border-color: #0B6CDE;
}
</style>