Shades of Navy #000374
Tints of Navy #000374
RGB
CMYK
RGB Variations
Color information
#000374 (or 0x000374) is known color: Navy. HEX triplet: 00, 03 and 74. RGB value is (0,3,116). Sum of RGB (Red+Green+Blue) = 0+3+116=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 116 (45.70% from 255 or 97.48% from 119); Max value from RGB is 116 - color contains mainly: blue. Hex color #000374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000374 is #FFFC8B. Grayscale: #0E0E0E. Windows color (decimal): -16776332 or 7602944. OLE color: 7602944.
HSL color Cylindrical-coordinate representation of color #000374: hue angle of 238.45º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000374 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 3 | 116 | - |
| CMYK | 1 | 0.97 | 0 | 0.55 |
| HSL | 238.45º | 1% | 0.23% | - |
| HSV(B) | 238.45º | 1% | 0.45% | - |
| XYZ | 3.18 | 1.33 | 16.61 | - |
| YUV | 14.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 116 | 1 | 0.97 | 0 | 0.55 | 238.45 | 1 | 0.23 |
| Hex | 0 | 3 | 74 | 64 | 61 | 0 | 37 | EE | 64 | 17 |
| Octal | 0 | 3 | 164 | 144 | 141 | 0 | 67 | 356 | 144 | 27 |
| Binary | 0 | 11 | 1110100 | 1100100 | 1100001 | 0 | 110111 | 11101110 | 1100100 | 10111 |
Color Harmonies of #000374
Complementary color
Monochromatic Colors of #000374
Black with #000374
Text Example
Text Example
White with #000374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000374; }
p { color: rgb(0,3,116); }
H1.HeaderClassName
{
color: #000374;
}
.AnyTagClassName
{
color: #000374;
}
</style>
background-color css
<style>
a { background-color: #000374; }
a { background-color: rgb(0,3,116); }
div.DivClassName
{
background-color: #000374;
}
.BgClassName
{
background-color: #000374;
}
</style>
border-color css
<style>
span { border-color: #000374; }
span { border-color: rgb(0,3,116); }
td.TdClassName
{
border-color: #000374;
}
.TagClassName
{
border-color: #000374;
}
</style>