Shades of Navy #08037D
Tints of Navy #08037D
RGB
CMYK
RGB Variations
Color information
#08037D (or 0x08037D) is known color: Navy. HEX triplet: 08, 03 and 7D. RGB value is (8,3,125). Sum of RGB (Red+Green+Blue) = 8+3+125=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 125 (49.22% from 255 or 91.91% from 136); Max value from RGB is 125 - color contains mainly: blue. Hex color #08037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08037D is #F7FC82. Grayscale: #111111. Windows color (decimal): -16252035 or 8192776. OLE color: 8192776.
HSL color Cylindrical-coordinate representation of color #08037D: hue angle of 242.46º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08037D is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 3 | 125 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.51 |
| HSL | 242.46º | 0.95% | 0.25% | - |
| HSV(B) | 242.46º | 0.98% | 0.49% | - |
| XYZ | 3.83 | 1.6 | 19.51 | - |
| YUV | 18.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 125 | 0.94 | 0.98 | 0 | 0.51 | 242.46 | 0.95 | 0.25 |
| Hex | 8 | 3 | 7D | 5E | 62 | 0 | 33 | F2 | 5F | 19 |
| Octal | 10 | 3 | 175 | 136 | 142 | 0 | 63 | 362 | 137 | 31 |
| Binary | 1000 | 11 | 1111101 | 1011110 | 1100010 | 0 | 110011 | 11110010 | 1011111 | 11001 |
Color Harmonies of #08037D
Complementary color
Monochromatic Colors of #08037D
Black with #08037D
Text Example
Text Example
White with #08037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08037D; }
p { color: rgb(8,3,125); }
H1.HeaderClassName
{
color: #08037D;
}
.AnyTagClassName
{
color: #08037D;
}
</style>
background-color css
<style>
a { background-color: #08037D; }
a { background-color: rgb(8,3,125); }
div.DivClassName
{
background-color: #08037D;
}
.BgClassName
{
background-color: #08037D;
}
</style>
border-color css
<style>
span { border-color: #08037D; }
span { border-color: rgb(8,3,125); }
td.TdClassName
{
border-color: #08037D;
}
.TagClassName
{
border-color: #08037D;
}
</style>