Shades of Navy Blue #0359C2
Tints of Navy Blue #0359C2
RGB
CMYK
RGB Variations
Color information
#0359C2 (or 0x0359C2) is known color: Navy Blue. HEX triplet: 03, 59 and C2. RGB value is (3,89,194). Sum of RGB (Red+Green+Blue) = 3+89+194=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #0359C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359C2 is #FCA63D. Grayscale: #4A4A4A. Windows color (decimal): -16557630 or 12736771. OLE color: 12736771.
HSL color Cylindrical-coordinate representation of color #0359C2: hue angle of 212.98º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0359C2 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 89 | 194 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.24 |
| HSL | 212.98º | 0.97% | 0.39% | - |
| HSV(B) | 212.98º | 0.98% | 0.76% | - |
| XYZ | 13.35 | 11.06 | 52.47 | - |
| YUV | 75.26 | 195.01 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 194 | 0.98 | 0.54 | 0 | 0.24 | 212.98 | 0.97 | 0.39 |
| Hex | 3 | 59 | C2 | 62 | 36 | 0 | 18 | D5 | 61 | 27 |
| Octal | 3 | 131 | 302 | 142 | 66 | 0 | 30 | 325 | 141 | 47 |
| Binary | 11 | 1011001 | 11000010 | 1100010 | 110110 | 0 | 11000 | 11010101 | 1100001 | 100111 |
Color Harmonies of #0359C2
Complementary color
Monochromatic Colors of #0359C2
Black with #0359C2
Text Example
Text Example
White with #0359C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359C2; }
p { color: rgb(3,89,194); }
H1.HeaderClassName
{
color: #0359C2;
}
.AnyTagClassName
{
color: #0359C2;
}
</style>
background-color css
<style>
a { background-color: #0359C2; }
a { background-color: rgb(3,89,194); }
div.DivClassName
{
background-color: #0359C2;
}
.BgClassName
{
background-color: #0359C2;
}
</style>
border-color css
<style>
span { border-color: #0359C2; }
span { border-color: rgb(3,89,194); }
td.TdClassName
{
border-color: #0359C2;
}
.TagClassName
{
border-color: #0359C2;
}
</style>