Shades of Navy #00005C
Tints of Navy #00005C
RGB
CMYK
RGB Variations
Color information
#00005C (or 0x00005C) is known color: Navy. HEX triplet: 00, 00 and 5C. RGB value is (0,0,92). Sum of RGB (Red+Green+Blue) = 0+0+92=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 92 (36.33% from 255 or 100% from 92); Max value from RGB is 92 - color contains mainly: blue. Hex color #00005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00005C is #FFFFA3. Grayscale: #0A0A0A. Windows color (decimal): -16777124 or 6029312. OLE color: 6029312.
HSL color Cylindrical-coordinate representation of color #00005C: hue angle of 240º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00005C is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 0 | 0 | 92 | - |
CMYK | 1 | 1 | 0 | 0.64 |
HSL | 240º | 1% | 0.18% | - |
HSV(B) | 240º | 1% | 0.36% | - |
XYZ | 1.93 | 0.77 | 10.17 | - |
YUV | 10.49 | 174 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 92 | 1 | 1 | 0 | 0.64 | 240 | 1 | 0.18 |
Hex | 0 | 0 | 5C | 64 | 64 | 0 | 40 | F0 | 64 | 12 |
Octal | 0 | 0 | 134 | 144 | 144 | 0 | 100 | 360 | 144 | 22 |
Binary | 0 | 0 | 1011100 | 1100100 | 1100100 | 0 | 1000000 | 11110000 | 1100100 | 10010 |
Color Harmonies of #00005C
Complementary color
Monochromatic Colors of #00005C
Black with #00005C
Text Example
Text Example
White with #00005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00005C; }
p { color: rgb(0,0,92); }
H1.HeaderClassName
{
color: #00005C;
}
.AnyTagClassName
{
color: #00005C;
}
</style>
background-color css
<style>
a { background-color: #00005C; }
a { background-color: rgb(0,0,92); }
div.DivClassName
{
background-color: #00005C;
}
.BgClassName
{
background-color: #00005C;
}
</style>
border-color css
<style>
span { border-color: #00005C; }
span { border-color: rgb(0,0,92); }
td.TdClassName
{
border-color: #00005C;
}
.TagClassName
{
border-color: #00005C;
}
</style>