Shades of Navy #030866
Tints of Navy #030866
RGB
CMYK
RGB Variations
Color information
#030866 (or 0x030866) is known color: Navy. HEX triplet: 03, 08 and 66. RGB value is (3,8,102). Sum of RGB (Red+Green+Blue) = 3+8+102=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 102 (40.23% from 255 or 90.27% from 113); Max value from RGB is 102 - color contains mainly: blue. Hex color #030866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030866 is #FCF799. Grayscale: #101010. Windows color (decimal): -16578458 or 6686723. OLE color: 6686723.
HSL color Cylindrical-coordinate representation of color #030866: hue angle of 236.97º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030866 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 8 | 102 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.6 |
| HSL | 236.97º | 0.94% | 0.21% | - |
| HSV(B) | 236.97º | 0.97% | 0.4% | - |
| XYZ | 2.52 | 1.15 | 12.66 | - |
| YUV | 17.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 102 | 0.97 | 0.92 | 0 | 0.6 | 236.97 | 0.94 | 0.21 |
| Hex | 3 | 8 | 66 | 61 | 5C | 0 | 3C | ED | 5E | 15 |
| Octal | 3 | 10 | 146 | 141 | 134 | 0 | 74 | 355 | 136 | 25 |
| Binary | 11 | 1000 | 1100110 | 1100001 | 1011100 | 0 | 111100 | 11101101 | 1011110 | 10101 |
Color Harmonies of #030866
Complementary color
Monochromatic Colors of #030866
Black with #030866
Text Example
Text Example
White with #030866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030866; }
p { color: rgb(3,8,102); }
H1.HeaderClassName
{
color: #030866;
}
.AnyTagClassName
{
color: #030866;
}
</style>
background-color css
<style>
a { background-color: #030866; }
a { background-color: rgb(3,8,102); }
div.DivClassName
{
background-color: #030866;
}
.BgClassName
{
background-color: #030866;
}
</style>
border-color css
<style>
span { border-color: #030866; }
span { border-color: rgb(3,8,102); }
td.TdClassName
{
border-color: #030866;
}
.TagClassName
{
border-color: #030866;
}
</style>