Shades of Navy Blue #0359CC
Tints of Navy Blue #0359CC
RGB
CMYK
RGB Variations
Color information
#0359CC (or 0x0359CC) is known color: Navy Blue. HEX triplet: 03, 59 and CC. RGB value is (3,89,204). Sum of RGB (Red+Green+Blue) = 3+89+204=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #0359CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359CC is #FCA633. Grayscale: #4B4B4B. Windows color (decimal): -16557620 or 13392131. OLE color: 13392131.
HSL color Cylindrical-coordinate representation of color #0359CC: hue angle of 214.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0359CC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 89 | 204 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.2 |
| HSL | 214.33º | 0.97% | 0.41% | - |
| HSV(B) | 214.33º | 0.99% | 0.8% | - |
| XYZ | 14.51 | 11.52 | 58.59 | - |
| YUV | 76.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 204 | 0.99 | 0.56 | 0 | 0.2 | 214.33 | 0.97 | 0.41 |
| Hex | 3 | 59 | CC | 63 | 38 | 0 | 14 | D6 | 61 | 29 |
| Octal | 3 | 131 | 314 | 143 | 70 | 0 | 24 | 326 | 141 | 51 |
| Binary | 11 | 1011001 | 11001100 | 1100011 | 111000 | 0 | 10100 | 11010110 | 1100001 | 101001 |
Color Harmonies of #0359CC
Complementary color
Monochromatic Colors of #0359CC
Black with #0359CC
Text Example
Text Example
White with #0359CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359CC; }
p { color: rgb(3,89,204); }
H1.HeaderClassName
{
color: #0359CC;
}
.AnyTagClassName
{
color: #0359CC;
}
</style>
background-color css
<style>
a { background-color: #0359CC; }
a { background-color: rgb(3,89,204); }
div.DivClassName
{
background-color: #0359CC;
}
.BgClassName
{
background-color: #0359CC;
}
</style>
border-color css
<style>
span { border-color: #0359CC; }
span { border-color: rgb(3,89,204); }
td.TdClassName
{
border-color: #0359CC;
}
.TagClassName
{
border-color: #0359CC;
}
</style>