Shades of Navy #06037B
Tints of Navy #06037B
RGB
CMYK
RGB Variations
Color information
#06037B (or 0x06037B) is known color: Navy. HEX triplet: 06, 03 and 7B. RGB value is (6,3,123). Sum of RGB (Red+Green+Blue) = 6+3+123=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 123 (48.44% from 255 or 93.18% from 132); Max value from RGB is 123 - color contains mainly: blue. Hex color #06037B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06037B is #F9FC84. Grayscale: #111111. Windows color (decimal): -16383109 or 8061702. OLE color: 8061702.
HSL color Cylindrical-coordinate representation of color #06037B: hue angle of 241.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06037B is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 3 | 123 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.52 |
| HSL | 241.5º | 0.95% | 0.25% | - |
| HSV(B) | 241.5º | 0.98% | 0.48% | - |
| XYZ | 3.68 | 1.53 | 18.84 | - |
| YUV | 17.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 123 | 0.95 | 0.98 | 0 | 0.52 | 241.5 | 0.95 | 0.25 |
| Hex | 6 | 3 | 7B | 5F | 62 | 0 | 34 | F2 | 5F | 19 |
| Octal | 6 | 3 | 173 | 137 | 142 | 0 | 64 | 362 | 137 | 31 |
| Binary | 110 | 11 | 1111011 | 1011111 | 1100010 | 0 | 110100 | 11110010 | 1011111 | 11001 |
Color Harmonies of #06037B
Complementary color
Monochromatic Colors of #06037B
Black with #06037B
Text Example
Text Example
White with #06037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06037B; }
p { color: rgb(6,3,123); }
H1.HeaderClassName
{
color: #06037B;
}
.AnyTagClassName
{
color: #06037B;
}
</style>
background-color css
<style>
a { background-color: #06037B; }
a { background-color: rgb(6,3,123); }
div.DivClassName
{
background-color: #06037B;
}
.BgClassName
{
background-color: #06037B;
}
</style>
border-color css
<style>
span { border-color: #06037B; }
span { border-color: rgb(6,3,123); }
td.TdClassName
{
border-color: #06037B;
}
.TagClassName
{
border-color: #06037B;
}
</style>