Shades of Navy Blue #035CCF
Tints of Navy Blue #035CCF
RGB
CMYK
RGB Variations
Color information
#035CCF (or 0x035CCF) is known color: Navy Blue. HEX triplet: 03, 5C and CF. RGB value is (3,92,207). Sum of RGB (Red+Green+Blue) = 3+92+207=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #035CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CCF is #FCA330. Grayscale: #4D4D4D. Windows color (decimal): -16556849 or 13589507. OLE color: 13589507.
HSL color Cylindrical-coordinate representation of color #035CCF: hue angle of 213.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CCF is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 92 | 207 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.19 |
| HSL | 213.82º | 0.97% | 0.41% | - |
| HSV(B) | 213.82º | 0.99% | 0.81% | - |
| XYZ | 15.13 | 12.18 | 60.58 | - |
| YUV | 78.5 | 200.51 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 207 | 0.99 | 0.56 | 0 | 0.19 | 213.82 | 0.97 | 0.41 |
| Hex | 3 | 5C | CF | 63 | 38 | 0 | 13 | D6 | 61 | 29 |
| Octal | 3 | 134 | 317 | 143 | 70 | 0 | 23 | 326 | 141 | 51 |
| Binary | 11 | 1011100 | 11001111 | 1100011 | 111000 | 0 | 10011 | 11010110 | 1100001 | 101001 |
Color Harmonies of #035CCF
Complementary color
Monochromatic Colors of #035CCF
Black with #035CCF
Text Example
Text Example
White with #035CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CCF; }
p { color: rgb(3,92,207); }
H1.HeaderClassName
{
color: #035CCF;
}
.AnyTagClassName
{
color: #035CCF;
}
</style>
background-color css
<style>
a { background-color: #035CCF; }
a { background-color: rgb(3,92,207); }
div.DivClassName
{
background-color: #035CCF;
}
.BgClassName
{
background-color: #035CCF;
}
</style>
border-color css
<style>
span { border-color: #035CCF; }
span { border-color: rgb(3,92,207); }
td.TdClassName
{
border-color: #035CCF;
}
.TagClassName
{
border-color: #035CCF;
}
</style>