Shades of Navy Blue #0B81DC
Tints of Navy Blue #0B81DC
RGB
CMYK
RGB Variations
Color information
#0B81DC (or 0x0B81DC) is known color: Navy Blue. HEX triplet: 0B, 81 and DC. RGB value is (11,129,220). Sum of RGB (Red+Green+Blue) = 11+129+220=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B81DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B81DC is #F47E23. Grayscale: #676767. Windows color (decimal): -16023076 or 14450955. OLE color: 14450955.
HSL color Cylindrical-coordinate representation of color #0B81DC: hue angle of 206.12º 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 #0B81DC is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 129 | 220 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.14 |
| HSL | 206.12º | 0.9% | 0.45% | - |
| HSV(B) | 206.12º | 0.95% | 0.86% | - |
| XYZ | 20.91 | 20.94 | 70.65 | - |
| YUV | 104.09 | 193.41 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 129 | 220 | 0.95 | 0.41 | 0 | 0.14 | 206.12 | 0.9 | 0.45 |
| Hex | B | 81 | DC | 5F | 29 | 0 | E | CE | 5A | 2D |
| Octal | 13 | 201 | 334 | 137 | 51 | 0 | 16 | 316 | 132 | 55 |
| Binary | 1011 | 10000001 | 11011100 | 1011111 | 101001 | 0 | 1110 | 11001110 | 1011010 | 101101 |
Color Harmonies of #0B81DC
Complementary color
Monochromatic Colors of #0B81DC
Black with #0B81DC
Text Example
Text Example
White with #0B81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B81DC; }
p { color: rgb(11,129,220); }
H1.HeaderClassName
{
color: #0B81DC;
}
.AnyTagClassName
{
color: #0B81DC;
}
</style>
background-color css
<style>
a { background-color: #0B81DC; }
a { background-color: rgb(11,129,220); }
div.DivClassName
{
background-color: #0B81DC;
}
.BgClassName
{
background-color: #0B81DC;
}
</style>
border-color css
<style>
span { border-color: #0B81DC; }
span { border-color: rgb(11,129,220); }
td.TdClassName
{
border-color: #0B81DC;
}
.TagClassName
{
border-color: #0B81DC;
}
</style>