Shades of Navy #00037C
Tints of Navy #00037C
RGB
CMYK
RGB Variations
Color information
#00037C (or 0x00037C) is known color: Navy. HEX triplet: 00, 03 and 7C. RGB value is (0,3,124). Sum of RGB (Red+Green+Blue) = 0+3+124=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 124 (48.83% from 255 or 97.64% from 127); Max value from RGB is 124 - color contains mainly: blue. Hex color #00037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00037C is #FFFC83. Grayscale: #0F0F0F. Windows color (decimal): -16776324 or 8127232. OLE color: 8127232.
HSL color Cylindrical-coordinate representation of color #00037C: hue angle of 238.55º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00037C is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 3 | 124 | - |
| CMYK | 1 | 0.98 | 0 | 0.51 |
| HSL | 238.55º | 1% | 0.24% | - |
| HSV(B) | 238.55º | 1% | 0.49% | - |
| XYZ | 3.67 | 1.52 | 19.17 | - |
| YUV | 15.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 124 | 1 | 0.98 | 0 | 0.51 | 238.55 | 1 | 0.24 |
| Hex | 0 | 3 | 7C | 64 | 62 | 0 | 33 | EF | 64 | 18 |
| Octal | 0 | 3 | 174 | 144 | 142 | 0 | 63 | 357 | 144 | 30 |
| Binary | 0 | 11 | 1111100 | 1100100 | 1100010 | 0 | 110011 | 11101111 | 1100100 | 11000 |
Color Harmonies of #00037C
Complementary color
Monochromatic Colors of #00037C
Black with #00037C
Text Example
Text Example
White with #00037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00037C; }
p { color: rgb(0,3,124); }
H1.HeaderClassName
{
color: #00037C;
}
.AnyTagClassName
{
color: #00037C;
}
</style>
background-color css
<style>
a { background-color: #00037C; }
a { background-color: rgb(0,3,124); }
div.DivClassName
{
background-color: #00037C;
}
.BgClassName
{
background-color: #00037C;
}
</style>
border-color css
<style>
span { border-color: #00037C; }
span { border-color: rgb(0,3,124); }
td.TdClassName
{
border-color: #00037C;
}
.TagClassName
{
border-color: #00037C;
}
</style>