Shades of Navy #03006C
Tints of Navy #03006C
RGB
CMYK
RGB Variations
Color information
#03006C (or 0x03006C) is known color: Navy. HEX triplet: 03, 00 and 6C. RGB value is (3,0,108). Sum of RGB (Red+Green+Blue) = 3+0+108=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 108 (42.58% from 255 or 97.30% from 111); Max value from RGB is 108 - color contains mainly: blue. Hex color #03006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03006C is #FCFF93. Grayscale: #0C0C0C. Windows color (decimal): -16580500 or 7077891. OLE color: 7077891.
HSL color Cylindrical-coordinate representation of color #03006C: hue angle of 241.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03006C is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 0 | 108 | - |
| CMYK | 0.97 | 1 | 0 | 0.58 |
| HSL | 241.67º | 1% | 0.21% | - |
| HSV(B) | 241.67º | 1% | 0.42% | - |
| XYZ | 2.74 | 1.1 | 14.26 | - |
| YUV | 13.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 108 | 0.97 | 1 | 0 | 0.58 | 241.67 | 1 | 0.21 |
| Hex | 3 | 0 | 6C | 61 | 64 | 0 | 3A | F2 | 64 | 15 |
| Octal | 3 | 0 | 154 | 141 | 144 | 0 | 72 | 362 | 144 | 25 |
| Binary | 11 | 0 | 1101100 | 1100001 | 1100100 | 0 | 111010 | 11110010 | 1100100 | 10101 |
Color Harmonies of #03006C
Complementary color
Monochromatic Colors of #03006C
Black with #03006C
Text Example
Text Example
White with #03006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03006C; }
p { color: rgb(3,0,108); }
H1.HeaderClassName
{
color: #03006C;
}
.AnyTagClassName
{
color: #03006C;
}
</style>
background-color css
<style>
a { background-color: #03006C; }
a { background-color: rgb(3,0,108); }
div.DivClassName
{
background-color: #03006C;
}
.BgClassName
{
background-color: #03006C;
}
</style>
border-color css
<style>
span { border-color: #03006C; }
span { border-color: rgb(3,0,108); }
td.TdClassName
{
border-color: #03006C;
}
.TagClassName
{
border-color: #03006C;
}
</style>