Shades of Navy #05006B
Tints of Navy #05006B
RGB
CMYK
RGB Variations
Color information
#05006B (or 0x05006B) is known color: Navy. HEX triplet: 05, 00 and 6B. RGB value is (5,0,107). Sum of RGB (Red+Green+Blue) = 5+0+107=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 107 (42.19% from 255 or 95.54% from 112); Max value from RGB is 107 - color contains mainly: blue. Hex color #05006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05006B is #FAFF94. Grayscale: #0D0D0D. Windows color (decimal): -16449429 or 7012357. OLE color: 7012357.
HSL color Cylindrical-coordinate representation of color #05006B: hue angle of 242.8º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05006B is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 0 | 107 | - |
| CMYK | 0.95 | 1 | 0 | 0.58 |
| HSL | 242.8º | 1% | 0.21% | - |
| HSV(B) | 242.8º | 1% | 0.42% | - |
| XYZ | 2.72 | 1.09 | 13.98 | - |
| YUV | 13.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 107 | 0.95 | 1 | 0 | 0.58 | 242.8 | 1 | 0.21 |
| Hex | 5 | 0 | 6B | 5F | 64 | 0 | 3A | F3 | 64 | 15 |
| Octal | 5 | 0 | 153 | 137 | 144 | 0 | 72 | 363 | 144 | 25 |
| Binary | 101 | 0 | 1101011 | 1011111 | 1100100 | 0 | 111010 | 11110011 | 1100100 | 10101 |
Color Harmonies of #05006B
Complementary color
Monochromatic Colors of #05006B
Black with #05006B
Text Example
Text Example
White with #05006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05006B; }
p { color: rgb(5,0,107); }
H1.HeaderClassName
{
color: #05006B;
}
.AnyTagClassName
{
color: #05006B;
}
</style>
background-color css
<style>
a { background-color: #05006B; }
a { background-color: rgb(5,0,107); }
div.DivClassName
{
background-color: #05006B;
}
.BgClassName
{
background-color: #05006B;
}
</style>
border-color css
<style>
span { border-color: #05006B; }
span { border-color: rgb(5,0,107); }
td.TdClassName
{
border-color: #05006B;
}
.TagClassName
{
border-color: #05006B;
}
</style>