Shades of Navy #030064
Tints of Navy #030064
RGB
CMYK
RGB Variations
Color information
#030064 (or 0x030064) is known color: Navy. HEX triplet: 03, 00 and 64. RGB value is (3,0,100). Sum of RGB (Red+Green+Blue) = 3+0+100=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 100 (39.45% from 255 or 97.09% from 103); Max value from RGB is 100 - color contains mainly: blue. Hex color #030064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030064 is #FCFF9B. Grayscale: #0B0B0B. Windows color (decimal): -16580508 or 6553603. OLE color: 6553603.
HSL color Cylindrical-coordinate representation of color #030064: hue angle of 241.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030064 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 0 | 100 | - |
| CMYK | 0.97 | 1 | 0 | 0.61 |
| HSL | 241.8º | 1% | 0.2% | - |
| HSV(B) | 241.8º | 1% | 0.39% | - |
| XYZ | 2.34 | 0.94 | 12.11 | - |
| YUV | 12.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 100 | 0.97 | 1 | 0 | 0.61 | 241.8 | 1 | 0.2 |
| Hex | 3 | 0 | 64 | 61 | 64 | 0 | 3D | F2 | 64 | 14 |
| Octal | 3 | 0 | 144 | 141 | 144 | 0 | 75 | 362 | 144 | 24 |
| Binary | 11 | 0 | 1100100 | 1100001 | 1100100 | 0 | 111101 | 11110010 | 1100100 | 10100 |
Color Harmonies of #030064
Complementary color
Monochromatic Colors of #030064
Black with #030064
Text Example
Text Example
White with #030064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030064; }
p { color: rgb(3,0,100); }
H1.HeaderClassName
{
color: #030064;
}
.AnyTagClassName
{
color: #030064;
}
</style>
background-color css
<style>
a { background-color: #030064; }
a { background-color: rgb(3,0,100); }
div.DivClassName
{
background-color: #030064;
}
.BgClassName
{
background-color: #030064;
}
</style>
border-color css
<style>
span { border-color: #030064; }
span { border-color: rgb(3,0,100); }
td.TdClassName
{
border-color: #030064;
}
.TagClassName
{
border-color: #030064;
}
</style>