Shades of Navy #030768
Tints of Navy #030768
RGB
CMYK
RGB Variations
Color information
#030768 (or 0x030768) is known color: Navy. HEX triplet: 03, 07 and 68. RGB value is (3,7,104). Sum of RGB (Red+Green+Blue) = 3+7+104=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #030768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030768 is #FCF897. Grayscale: #101010. Windows color (decimal): -16578712 or 6817539. OLE color: 6817539.
HSL color Cylindrical-coordinate representation of color #030768: hue angle of 237.62º 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 #030768 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 7 | 104 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.59 |
| HSL | 237.62º | 0.94% | 0.21% | - |
| HSV(B) | 237.62º | 0.97% | 0.41% | - |
| XYZ | 2.61 | 1.17 | 13.19 | - |
| YUV | 16.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 104 | 0.97 | 0.93 | 0 | 0.59 | 237.62 | 0.94 | 0.21 |
| Hex | 3 | 7 | 68 | 61 | 5D | 0 | 3B | EE | 5E | 15 |
| Octal | 3 | 7 | 150 | 141 | 135 | 0 | 73 | 356 | 136 | 25 |
| Binary | 11 | 111 | 1101000 | 1100001 | 1011101 | 0 | 111011 | 11101110 | 1011110 | 10101 |
Color Harmonies of #030768
Complementary color
Monochromatic Colors of #030768
Black with #030768
Text Example
Text Example
White with #030768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030768; }
p { color: rgb(3,7,104); }
H1.HeaderClassName
{
color: #030768;
}
.AnyTagClassName
{
color: #030768;
}
</style>
background-color css
<style>
a { background-color: #030768; }
a { background-color: rgb(3,7,104); }
div.DivClassName
{
background-color: #030768;
}
.BgClassName
{
background-color: #030768;
}
</style>
border-color css
<style>
span { border-color: #030768; }
span { border-color: rgb(3,7,104); }
td.TdClassName
{
border-color: #030768;
}
.TagClassName
{
border-color: #030768;
}
</style>