Shades of Navy #000567
Tints of Navy #000567
RGB
CMYK
RGB Variations
Color information
#000567 (or 0x000567) is known color: Navy. HEX triplet: 00, 05 and 67. RGB value is (0,5,103). Sum of RGB (Red+Green+Blue) = 0+5+103=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 103 (40.62% from 255 or 95.37% from 108); Max value from RGB is 103 - color contains mainly: blue. Hex color #000567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000567 is #FFFA98. Grayscale: #0E0E0E. Windows color (decimal): -16775833 or 6751488. OLE color: 6751488.
HSL color Cylindrical-coordinate representation of color #000567: hue angle of 237.09º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000567 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 5 | 103 | - |
| CMYK | 1 | 0.95 | 0 | 0.60 |
| HSL | 237.09º | 1% | 0.2% | - |
| HSV(B) | 237.09º | 1% | 0.4% | - |
| XYZ | 2.5 | 1.09 | 12.91 | - |
| YUV | 14.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 103 | 1 | 0.95 | 0 | 0.60 | 237.09 | 1 | 0.2 |
| Hex | 0 | 5 | 67 | 64 | 5F | 0 | 3C | ED | 64 | 14 |
| Octal | 0 | 5 | 147 | 144 | 137 | 0 | 74 | 355 | 144 | 24 |
| Binary | 0 | 101 | 1100111 | 1100100 | 1011111 | 0 | 111100 | 11101101 | 1100100 | 10100 |
Color Harmonies of #000567
Complementary color
Monochromatic Colors of #000567
Black with #000567
Text Example
Text Example
White with #000567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000567; }
p { color: rgb(0,5,103); }
H1.HeaderClassName
{
color: #000567;
}
.AnyTagClassName
{
color: #000567;
}
</style>
background-color css
<style>
a { background-color: #000567; }
a { background-color: rgb(0,5,103); }
div.DivClassName
{
background-color: #000567;
}
.BgClassName
{
background-color: #000567;
}
</style>
border-color css
<style>
span { border-color: #000567; }
span { border-color: rgb(0,5,103); }
td.TdClassName
{
border-color: #000567;
}
.TagClassName
{
border-color: #000567;
}
</style>