Shades of Navy #05006F
Tints of Navy #05006F
RGB
CMYK
RGB Variations
Color information
#05006F (or 0x05006F) is known color: Navy. HEX triplet: 05, 00 and 6F. RGB value is (5,0,111). Sum of RGB (Red+Green+Blue) = 5+0+111=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 111 (43.75% from 255 or 95.69% from 116); Max value from RGB is 111 - color contains mainly: blue. Hex color #05006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05006F is #FAFF90. Grayscale: #0D0D0D. Windows color (decimal): -16449425 or 7274501. OLE color: 7274501.
HSL color Cylindrical-coordinate representation of color #05006F: hue angle of 242.7º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05006F is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 0 | 111 | - |
| CMYK | 0.95 | 1 | 0 | 0.56 |
| HSL | 242.7º | 1% | 0.22% | - |
| HSV(B) | 242.7º | 1% | 0.44% | - |
| XYZ | 2.93 | 1.18 | 15.11 | - |
| YUV | 14.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 111 | 0.95 | 1 | 0 | 0.56 | 242.7 | 1 | 0.22 |
| Hex | 5 | 0 | 6F | 5F | 64 | 0 | 38 | F3 | 64 | 16 |
| Octal | 5 | 0 | 157 | 137 | 144 | 0 | 70 | 363 | 144 | 26 |
| Binary | 101 | 0 | 1101111 | 1011111 | 1100100 | 0 | 111000 | 11110011 | 1100100 | 10110 |
Color Harmonies of #05006F
Complementary color
Monochromatic Colors of #05006F
Black with #05006F
Text Example
Text Example
White with #05006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05006F; }
p { color: rgb(5,0,111); }
H1.HeaderClassName
{
color: #05006F;
}
.AnyTagClassName
{
color: #05006F;
}
</style>
background-color css
<style>
a { background-color: #05006F; }
a { background-color: rgb(5,0,111); }
div.DivClassName
{
background-color: #05006F;
}
.BgClassName
{
background-color: #05006F;
}
</style>
border-color css
<style>
span { border-color: #05006F; }
span { border-color: rgb(5,0,111); }
td.TdClassName
{
border-color: #05006F;
}
.TagClassName
{
border-color: #05006F;
}
</style>