Shades of Navy #030067
Tints of Navy #030067
RGB
CMYK
RGB Variations
Color information
#030067 (or 0x030067) is known color: Navy. HEX triplet: 03, 00 and 67. RGB value is (3,0,103). Sum of RGB (Red+Green+Blue) = 3+0+103=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 103 (40.62% from 255 or 97.17% from 106); Max value from RGB is 103 - color contains mainly: blue. Hex color #030067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030067 is #FCFF98. Grayscale: #0C0C0C. Windows color (decimal): -16580505 or 6750211. OLE color: 6750211.
HSL color Cylindrical-coordinate representation of color #030067: hue angle of 241.75º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030067 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 0 | 103 | - |
| CMYK | 0.97 | 1 | 0 | 0.60 |
| HSL | 241.75º | 1% | 0.2% | - |
| HSV(B) | 241.75º | 1% | 0.4% | - |
| XYZ | 2.49 | 1 | 12.89 | - |
| YUV | 12.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 103 | 0.97 | 1 | 0 | 0.60 | 241.75 | 1 | 0.2 |
| Hex | 3 | 0 | 67 | 61 | 64 | 0 | 3C | F2 | 64 | 14 |
| Octal | 3 | 0 | 147 | 141 | 144 | 0 | 74 | 362 | 144 | 24 |
| Binary | 11 | 0 | 1100111 | 1100001 | 1100100 | 0 | 111100 | 11110010 | 1100100 | 10100 |
Color Harmonies of #030067
Complementary color
Monochromatic Colors of #030067
Black with #030067
Text Example
Text Example
White with #030067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030067; }
p { color: rgb(3,0,103); }
H1.HeaderClassName
{
color: #030067;
}
.AnyTagClassName
{
color: #030067;
}
</style>
background-color css
<style>
a { background-color: #030067; }
a { background-color: rgb(3,0,103); }
div.DivClassName
{
background-color: #030067;
}
.BgClassName
{
background-color: #030067;
}
</style>
border-color css
<style>
span { border-color: #030067; }
span { border-color: rgb(3,0,103); }
td.TdClassName
{
border-color: #030067;
}
.TagClassName
{
border-color: #030067;
}
</style>