Shades of Navy #0B0574
Tints of Navy #0B0574
RGB
CMYK
RGB Variations
Color information
#0B0574 (or 0x0B0574) is known color: Navy. HEX triplet: 0B, 05 and 74. RGB value is (11,5,116). Sum of RGB (Red+Green+Blue) = 11+5+116=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 116 (45.70% from 255 or 87.88% from 132); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B0574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0574 is #F4FA8B. Grayscale: #131313. Windows color (decimal): -16054924 or 7603467. OLE color: 7603467.
HSL color Cylindrical-coordinate representation of color #0B0574: hue angle of 243.24º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0574 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 5 | 116 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.55 |
| HSL | 243.24º | 0.92% | 0.24% | - |
| HSV(B) | 243.24º | 0.96% | 0.45% | - |
| XYZ | 3.34 | 1.44 | 16.62 | - |
| YUV | 19.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 116 | 0.91 | 0.96 | 0 | 0.55 | 243.24 | 0.92 | 0.24 |
| Hex | B | 5 | 74 | 5B | 60 | 0 | 37 | F3 | 5C | 18 |
| Octal | 13 | 5 | 164 | 133 | 140 | 0 | 67 | 363 | 134 | 30 |
| Binary | 1011 | 101 | 1110100 | 1011011 | 1100000 | 0 | 110111 | 11110011 | 1011100 | 11000 |
Color Harmonies of #0B0574
Complementary color
Monochromatic Colors of #0B0574
Black with #0B0574
Text Example
Text Example
White with #0B0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0574; }
p { color: rgb(11,5,116); }
H1.HeaderClassName
{
color: #0B0574;
}
.AnyTagClassName
{
color: #0B0574;
}
</style>
background-color css
<style>
a { background-color: #0B0574; }
a { background-color: rgb(11,5,116); }
div.DivClassName
{
background-color: #0B0574;
}
.BgClassName
{
background-color: #0B0574;
}
</style>
border-color css
<style>
span { border-color: #0B0574; }
span { border-color: rgb(11,5,116); }
td.TdClassName
{
border-color: #0B0574;
}
.TagClassName
{
border-color: #0B0574;
}
</style>