Shades of Navy Blue #0B72DC
Tints of Navy Blue #0B72DC
RGB
CMYK
RGB Variations
Color information
#0B72DC (or 0x0B72DC) is known color: Navy Blue. HEX triplet: 0B, 72 and DC. RGB value is (11,114,220). Sum of RGB (Red+Green+Blue) = 11+114+220=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B72DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B72DC is #F48D23. Grayscale: #5E5E5E. Windows color (decimal): -16026916 or 14447115. OLE color: 14447115.
HSL color Cylindrical-coordinate representation of color #0B72DC: hue angle of 210.43º 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 #0B72DC is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 114 | 220 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.14 |
| HSL | 210.43º | 0.9% | 0.45% | - |
| HSV(B) | 210.43º | 0.95% | 0.86% | - |
| XYZ | 19.07 | 17.27 | 70.04 | - |
| YUV | 95.29 | 198.38 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 220 | 0.95 | 0.48 | 0 | 0.14 | 210.43 | 0.9 | 0.45 |
| Hex | B | 72 | DC | 5F | 30 | 0 | E | D2 | 5A | 2D |
| Octal | 13 | 162 | 334 | 137 | 60 | 0 | 16 | 322 | 132 | 55 |
| Binary | 1011 | 1110010 | 11011100 | 1011111 | 110000 | 0 | 1110 | 11010010 | 1011010 | 101101 |
Color Harmonies of #0B72DC
Complementary color
Monochromatic Colors of #0B72DC
Black with #0B72DC
Text Example
Text Example
White with #0B72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B72DC; }
p { color: rgb(11,114,220); }
H1.HeaderClassName
{
color: #0B72DC;
}
.AnyTagClassName
{
color: #0B72DC;
}
</style>
background-color css
<style>
a { background-color: #0B72DC; }
a { background-color: rgb(11,114,220); }
div.DivClassName
{
background-color: #0B72DC;
}
.BgClassName
{
background-color: #0B72DC;
}
</style>
border-color css
<style>
span { border-color: #0B72DC; }
span { border-color: rgb(11,114,220); }
td.TdClassName
{
border-color: #0B72DC;
}
.TagClassName
{
border-color: #0B72DC;
}
</style>