Shades of Navy Blue #035CFF
Tints of Navy Blue #035CFF
RGB
CMYK
RGB Variations
Color information
#035CFF (or 0x035CFF) is known color: Navy Blue. HEX triplet: 03, 5C and FF. RGB value is (3,92,255). Sum of RGB (Red+Green+Blue) = 3+92+255=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #035CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CFF is #FCA300. Grayscale: #535353. Windows color (decimal): -16556801 or 16735235. OLE color: 16735235.
HSL color Cylindrical-coordinate representation of color #035CFF: hue angle of 218.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CFF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 92 | 255 | - |
| CMYK | 0.99 | 0.64 | 0 | 0 |
| HSL | 218.81º | 1% | 0.51% | - |
| HSV(B) | 218.81º | 0.99% | 1% | - |
| XYZ | 21.91 | 14.89 | 96.33 | - |
| YUV | 83.97 | 224.51 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 255 | 0.99 | 0.64 | 0 | 0 | 218.81 | 1 | 0.51 |
| Hex | 3 | 5C | FF | 63 | 40 | 0 | 0 | DB | 64 | 33 |
| Octal | 3 | 134 | 377 | 143 | 100 | 0 | 0 | 333 | 144 | 63 |
| Binary | 11 | 1011100 | 11111111 | 1100011 | 1000000 | 0 | 0 | 11011011 | 1100100 | 110011 |
Color Harmonies of #035CFF
Complementary color
Monochromatic Colors of #035CFF
Black with #035CFF
Text Example
Text Example
White with #035CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CFF; }
p { color: rgb(3,92,255); }
H1.HeaderClassName
{
color: #035CFF;
}
.AnyTagClassName
{
color: #035CFF;
}
</style>
background-color css
<style>
a { background-color: #035CFF; }
a { background-color: rgb(3,92,255); }
div.DivClassName
{
background-color: #035CFF;
}
.BgClassName
{
background-color: #035CFF;
}
</style>
border-color css
<style>
span { border-color: #035CFF; }
span { border-color: rgb(3,92,255); }
td.TdClassName
{
border-color: #035CFF;
}
.TagClassName
{
border-color: #035CFF;
}
</style>