Shades of Navy Blue #035FCC
Tints of Navy Blue #035FCC
RGB
CMYK
RGB Variations
Color information
#035FCC (or 0x035FCC) is known color: Navy Blue. HEX triplet: 03, 5F and CC. RGB value is (3,95,204). Sum of RGB (Red+Green+Blue) = 3+95+204=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #035FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FCC is #FCA033. Grayscale: #4F4F4F. Windows color (decimal): -16556084 or 13393667. OLE color: 13393667.
HSL color Cylindrical-coordinate representation of color #035FCC: hue angle of 212.54º 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 #035FCC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 95 | 204 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.2 |
| HSL | 212.54º | 0.97% | 0.41% | - |
| HSV(B) | 212.54º | 0.99% | 0.8% | - |
| XYZ | 15.03 | 12.56 | 58.76 | - |
| YUV | 79.92 | 198.02 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 204 | 0.99 | 0.53 | 0 | 0.2 | 212.54 | 0.97 | 0.41 |
| Hex | 3 | 5F | CC | 63 | 35 | 0 | 14 | D5 | 61 | 29 |
| Octal | 3 | 137 | 314 | 143 | 65 | 0 | 24 | 325 | 141 | 51 |
| Binary | 11 | 1011111 | 11001100 | 1100011 | 110101 | 0 | 10100 | 11010101 | 1100001 | 101001 |
Color Harmonies of #035FCC
Complementary color
Monochromatic Colors of #035FCC
Black with #035FCC
Text Example
Text Example
White with #035FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FCC; }
p { color: rgb(3,95,204); }
H1.HeaderClassName
{
color: #035FCC;
}
.AnyTagClassName
{
color: #035FCC;
}
</style>
background-color css
<style>
a { background-color: #035FCC; }
a { background-color: rgb(3,95,204); }
div.DivClassName
{
background-color: #035FCC;
}
.BgClassName
{
background-color: #035FCC;
}
</style>
border-color css
<style>
span { border-color: #035FCC; }
span { border-color: rgb(3,95,204); }
td.TdClassName
{
border-color: #035FCC;
}
.TagClassName
{
border-color: #035FCC;
}
</style>