Shades of Navy #00006F
Tints of Navy #00006F
RGB
CMYK
RGB Variations
Color information
#00006F (or 0x00006F) is known color: Navy. HEX triplet: 00, 00 and 6F. RGB value is (0,0,111). Sum of RGB (Red+Green+Blue) = 0+0+111=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 111 (43.75% from 255 or 100% from 111); Max value from RGB is 111 - color contains mainly: blue. Hex color #00006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00006F is #FFFF90. Grayscale: #0C0C0C. Windows color (decimal): -16777105 or 7274496. OLE color: 7274496.
HSL color Cylindrical-coordinate representation of color #00006F: hue angle of 240º 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 #00006F is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 0 | 111 | - |
| CMYK | 1 | 1 | 0 | 0.56 |
| HSL | 240º | 1% | 0.22% | - |
| HSV(B) | 240º | 1% | 0.44% | - |
| XYZ | 2.87 | 1.15 | 15.11 | - |
| YUV | 12.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 111 | 1 | 1 | 0 | 0.56 | 240 | 1 | 0.22 |
| Hex | 0 | 0 | 6F | 64 | 64 | 0 | 38 | F0 | 64 | 16 |
| Octal | 0 | 0 | 157 | 144 | 144 | 0 | 70 | 360 | 144 | 26 |
| Binary | 0 | 0 | 1101111 | 1100100 | 1100100 | 0 | 111000 | 11110000 | 1100100 | 10110 |
Color Harmonies of #00006F
Complementary color
Monochromatic Colors of #00006F
Black with #00006F
Text Example
Text Example
White with #00006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00006F; }
p { color: rgb(0,0,111); }
H1.HeaderClassName
{
color: #00006F;
}
.AnyTagClassName
{
color: #00006F;
}
</style>
background-color css
<style>
a { background-color: #00006F; }
a { background-color: rgb(0,0,111); }
div.DivClassName
{
background-color: #00006F;
}
.BgClassName
{
background-color: #00006F;
}
</style>
border-color css
<style>
span { border-color: #00006F; }
span { border-color: rgb(0,0,111); }
td.TdClassName
{
border-color: #00006F;
}
.TagClassName
{
border-color: #00006F;
}
</style>