Shades of Navy Blue #0B67DC
Tints of Navy Blue #0B67DC
RGB
CMYK
RGB Variations
Color information
#0B67DC (or 0x0B67DC) is known color: Navy Blue. HEX triplet: 0B, 67 and DC. RGB value is (11,103,220). Sum of RGB (Red+Green+Blue) = 11+103+220=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B67DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B67DC is #F49823. Grayscale: #585858. Windows color (decimal): -16029732 or 14444299. OLE color: 14444299.
HSL color Cylindrical-coordinate representation of color #0B67DC: hue angle of 213.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B67DC is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 103 | 220 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.14 |
| HSL | 213.59º | 0.9% | 0.45% | - |
| HSV(B) | 213.59º | 0.95% | 0.86% | - |
| XYZ | 17.91 | 14.94 | 69.65 | - |
| YUV | 88.83 | 202.02 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 220 | 0.95 | 0.53 | 0 | 0.14 | 213.59 | 0.9 | 0.45 |
| Hex | B | 67 | DC | 5F | 35 | 0 | E | D6 | 5A | 2D |
| Octal | 13 | 147 | 334 | 137 | 65 | 0 | 16 | 326 | 132 | 55 |
| Binary | 1011 | 1100111 | 11011100 | 1011111 | 110101 | 0 | 1110 | 11010110 | 1011010 | 101101 |
Color Harmonies of #0B67DC
Complementary color
Monochromatic Colors of #0B67DC
Black with #0B67DC
Text Example
Text Example
White with #0B67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B67DC; }
p { color: rgb(11,103,220); }
H1.HeaderClassName
{
color: #0B67DC;
}
.AnyTagClassName
{
color: #0B67DC;
}
</style>
background-color css
<style>
a { background-color: #0B67DC; }
a { background-color: rgb(11,103,220); }
div.DivClassName
{
background-color: #0B67DC;
}
.BgClassName
{
background-color: #0B67DC;
}
</style>
border-color css
<style>
span { border-color: #0B67DC; }
span { border-color: rgb(11,103,220); }
td.TdClassName
{
border-color: #0B67DC;
}
.TagClassName
{
border-color: #0B67DC;
}
</style>