Shades of Navy #030668
Tints of Navy #030668
RGB
CMYK
RGB Variations
Color information
#030668 (or 0x030668) is known color: Navy. HEX triplet: 03, 06 and 68. RGB value is (3,6,104). Sum of RGB (Red+Green+Blue) = 3+6+104=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 104 (41.02% from 255 or 92.04% from 113); Max value from RGB is 104 - color contains mainly: blue. Hex color #030668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030668 is #FCF997. Grayscale: #0F0F0F. Windows color (decimal): -16578968 or 6817283. OLE color: 6817283.
HSL color Cylindrical-coordinate representation of color #030668: hue angle of 238.22º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030668 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 6 | 104 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.59 |
| HSL | 238.22º | 0.94% | 0.21% | - |
| HSV(B) | 238.22º | 0.97% | 0.41% | - |
| XYZ | 2.6 | 1.15 | 13.18 | - |
| YUV | 16.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 104 | 0.97 | 0.94 | 0 | 0.59 | 238.22 | 0.94 | 0.21 |
| Hex | 3 | 6 | 68 | 61 | 5E | 0 | 3B | EE | 5E | 15 |
| Octal | 3 | 6 | 150 | 141 | 136 | 0 | 73 | 356 | 136 | 25 |
| Binary | 11 | 110 | 1101000 | 1100001 | 1011110 | 0 | 111011 | 11101110 | 1011110 | 10101 |
Color Harmonies of #030668
Complementary color
Monochromatic Colors of #030668
Black with #030668
Text Example
Text Example
White with #030668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030668; }
p { color: rgb(3,6,104); }
H1.HeaderClassName
{
color: #030668;
}
.AnyTagClassName
{
color: #030668;
}
</style>
background-color css
<style>
a { background-color: #030668; }
a { background-color: rgb(3,6,104); }
div.DivClassName
{
background-color: #030668;
}
.BgClassName
{
background-color: #030668;
}
</style>
border-color css
<style>
span { border-color: #030668; }
span { border-color: rgb(3,6,104); }
td.TdClassName
{
border-color: #030668;
}
.TagClassName
{
border-color: #030668;
}
</style>