Shades of Navy Blue #0359CA
Tints of Navy Blue #0359CA
RGB
CMYK
RGB Variations
Color information
#0359CA (or 0x0359CA) is known color: Navy Blue. HEX triplet: 03, 59 and CA. RGB value is (3,89,202). Sum of RGB (Red+Green+Blue) = 3+89+202=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #0359CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359CA is #FCA635. Grayscale: #4B4B4B. Windows color (decimal): -16557622 or 13261059. OLE color: 13261059.
HSL color Cylindrical-coordinate representation of color #0359CA: hue angle of 214.07º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0359CA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 89 | 202 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.21 |
| HSL | 214.07º | 0.97% | 0.4% | - |
| HSV(B) | 214.07º | 0.99% | 0.79% | - |
| XYZ | 14.27 | 11.43 | 57.33 | - |
| YUV | 76.17 | 199.01 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 202 | 0.99 | 0.56 | 0 | 0.21 | 214.07 | 0.97 | 0.4 |
| Hex | 3 | 59 | CA | 63 | 38 | 0 | 15 | D6 | 61 | 28 |
| Octal | 3 | 131 | 312 | 143 | 70 | 0 | 25 | 326 | 141 | 50 |
| Binary | 11 | 1011001 | 11001010 | 1100011 | 111000 | 0 | 10101 | 11010110 | 1100001 | 101000 |
Color Harmonies of #0359CA
Complementary color
Monochromatic Colors of #0359CA
Black with #0359CA
Text Example
Text Example
White with #0359CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359CA; }
p { color: rgb(3,89,202); }
H1.HeaderClassName
{
color: #0359CA;
}
.AnyTagClassName
{
color: #0359CA;
}
</style>
background-color css
<style>
a { background-color: #0359CA; }
a { background-color: rgb(3,89,202); }
div.DivClassName
{
background-color: #0359CA;
}
.BgClassName
{
background-color: #0359CA;
}
</style>
border-color css
<style>
span { border-color: #0359CA; }
span { border-color: rgb(3,89,202); }
td.TdClassName
{
border-color: #0359CA;
}
.TagClassName
{
border-color: #0359CA;
}
</style>