Shades of Navy #030965
Tints of Navy #030965
RGB
CMYK
RGB Variations
Color information
#030965 (or 0x030965) is known color: Navy. HEX triplet: 03, 09 and 65. RGB value is (3,9,101). Sum of RGB (Red+Green+Blue) = 3+9+101=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 101 (39.84% from 255 or 89.38% from 113); Max value from RGB is 101 - color contains mainly: blue. Hex color #030965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030965 is #FCF69A. Grayscale: #111111. Windows color (decimal): -16578203 or 6621443. OLE color: 6621443.
HSL color Cylindrical-coordinate representation of color #030965: hue angle of 236.33º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030965 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 9 | 101 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.60 |
| HSL | 236.33º | 0.94% | 0.2% | - |
| HSV(B) | 236.33º | 0.97% | 0.4% | - |
| XYZ | 2.48 | 1.15 | 12.4 | - |
| YUV | 17.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 101 | 0.97 | 0.91 | 0 | 0.60 | 236.33 | 0.94 | 0.2 |
| Hex | 3 | 9 | 65 | 61 | 5B | 0 | 3C | EC | 5E | 14 |
| Octal | 3 | 11 | 145 | 141 | 133 | 0 | 74 | 354 | 136 | 24 |
| Binary | 11 | 1001 | 1100101 | 1100001 | 1011011 | 0 | 111100 | 11101100 | 1011110 | 10100 |
Color Harmonies of #030965
Complementary color
Monochromatic Colors of #030965
Black with #030965
Text Example
Text Example
White with #030965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030965; }
p { color: rgb(3,9,101); }
H1.HeaderClassName
{
color: #030965;
}
.AnyTagClassName
{
color: #030965;
}
</style>
background-color css
<style>
a { background-color: #030965; }
a { background-color: rgb(3,9,101); }
div.DivClassName
{
background-color: #030965;
}
.BgClassName
{
background-color: #030965;
}
</style>
border-color css
<style>
span { border-color: #030965; }
span { border-color: rgb(3,9,101); }
td.TdClassName
{
border-color: #030965;
}
.TagClassName
{
border-color: #030965;
}
</style>