Shades of Navy Blue #0B65DC
Tints of Navy Blue #0B65DC
RGB
CMYK
RGB Variations
Color information
#0B65DC (or 0x0B65DC) is known color: Navy Blue. HEX triplet: 0B, 65 and DC. RGB value is (11,101,220). Sum of RGB (Red+Green+Blue) = 11+101+220=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B65DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B65DC is #F49A23. Grayscale: #575757. Windows color (decimal): -16030244 or 14443787. OLE color: 14443787.
HSL color Cylindrical-coordinate representation of color #0B65DC: hue angle of 214.16º 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 #0B65DC is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 101 | 220 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.14 |
| HSL | 214.16º | 0.9% | 0.45% | - |
| HSV(B) | 214.16º | 0.95% | 0.86% | - |
| XYZ | 17.71 | 14.55 | 69.58 | - |
| YUV | 87.66 | 202.68 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 220 | 0.95 | 0.54 | 0 | 0.14 | 214.16 | 0.9 | 0.45 |
| Hex | B | 65 | DC | 5F | 36 | 0 | E | D6 | 5A | 2D |
| Octal | 13 | 145 | 334 | 137 | 66 | 0 | 16 | 326 | 132 | 55 |
| Binary | 1011 | 1100101 | 11011100 | 1011111 | 110110 | 0 | 1110 | 11010110 | 1011010 | 101101 |
Color Harmonies of #0B65DC
Complementary color
Monochromatic Colors of #0B65DC
Black with #0B65DC
Text Example
Text Example
White with #0B65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B65DC; }
p { color: rgb(11,101,220); }
H1.HeaderClassName
{
color: #0B65DC;
}
.AnyTagClassName
{
color: #0B65DC;
}
</style>
background-color css
<style>
a { background-color: #0B65DC; }
a { background-color: rgb(11,101,220); }
div.DivClassName
{
background-color: #0B65DC;
}
.BgClassName
{
background-color: #0B65DC;
}
</style>
border-color css
<style>
span { border-color: #0B65DC; }
span { border-color: rgb(11,101,220); }
td.TdClassName
{
border-color: #0B65DC;
}
.TagClassName
{
border-color: #0B65DC;
}
</style>