Shades of Navy Blue #035FFC
Tints of Navy Blue #035FFC
RGB
CMYK
RGB Variations
Color information
#035FFC (or 0x035FFC) is known color: Navy Blue. HEX triplet: 03, 5F and FC. RGB value is (3,95,252). Sum of RGB (Red+Green+Blue) = 3+95+252=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #035FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FFC is #FCA003. Grayscale: #545454. Windows color (decimal): -16556036 or 16539395. OLE color: 16539395.
HSL color Cylindrical-coordinate representation of color #035FFC: hue angle of 217.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FFC is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 95 | 252 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.01 |
| HSL | 217.83º | 0.98% | 0.5% | - |
| HSV(B) | 217.83º | 0.99% | 0.99% | - |
| XYZ | 21.7 | 15.23 | 93.89 | - |
| YUV | 85.39 | 222.02 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 252 | 0.99 | 0.62 | 0 | 0.01 | 217.83 | 0.98 | 0.5 |
| Hex | 3 | 5F | FC | 63 | 3E | 0 | 1 | DA | 62 | 32 |
| Octal | 3 | 137 | 374 | 143 | 76 | 0 | 1 | 332 | 142 | 62 |
| Binary | 11 | 1011111 | 11111100 | 1100011 | 111110 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #035FFC
Complementary color
Monochromatic Colors of #035FFC
Black with #035FFC
Text Example
Text Example
White with #035FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FFC; }
p { color: rgb(3,95,252); }
H1.HeaderClassName
{
color: #035FFC;
}
.AnyTagClassName
{
color: #035FFC;
}
</style>
background-color css
<style>
a { background-color: #035FFC; }
a { background-color: rgb(3,95,252); }
div.DivClassName
{
background-color: #035FFC;
}
.BgClassName
{
background-color: #035FFC;
}
</style>
border-color css
<style>
span { border-color: #035FFC; }
span { border-color: rgb(3,95,252); }
td.TdClassName
{
border-color: #035FFC;
}
.TagClassName
{
border-color: #035FFC;
}
</style>