Shades of Navy Blue #035DFC
Tints of Navy Blue #035DFC
RGB
CMYK
RGB Variations
Color information
#035DFC (or 0x035DFC) is known color: Navy Blue. HEX triplet: 03, 5D and FC. RGB value is (3,93,252). Sum of RGB (Red+Green+Blue) = 3+93+252=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #035DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DFC is #FCA203. Grayscale: #535353. Windows color (decimal): -16556548 or 16538883. OLE color: 16538883.
HSL color Cylindrical-coordinate representation of color #035DFC: hue angle of 218.31º 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 #035DFC is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 93 | 252 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.01 |
| HSL | 218.31º | 0.98% | 0.5% | - |
| HSV(B) | 218.31º | 0.99% | 0.99% | - |
| XYZ | 21.52 | 14.88 | 93.83 | - |
| YUV | 84.22 | 222.68 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 252 | 0.99 | 0.63 | 0 | 0.01 | 218.31 | 0.98 | 0.5 |
| Hex | 3 | 5D | FC | 63 | 3F | 0 | 1 | DA | 62 | 32 |
| Octal | 3 | 135 | 374 | 143 | 77 | 0 | 1 | 332 | 142 | 62 |
| Binary | 11 | 1011101 | 11111100 | 1100011 | 111111 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #035DFC
Complementary color
Monochromatic Colors of #035DFC
Black with #035DFC
Text Example
Text Example
White with #035DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DFC; }
p { color: rgb(3,93,252); }
H1.HeaderClassName
{
color: #035DFC;
}
.AnyTagClassName
{
color: #035DFC;
}
</style>
background-color css
<style>
a { background-color: #035DFC; }
a { background-color: rgb(3,93,252); }
div.DivClassName
{
background-color: #035DFC;
}
.BgClassName
{
background-color: #035DFC;
}
</style>
border-color css
<style>
span { border-color: #035DFC; }
span { border-color: rgb(3,93,252); }
td.TdClassName
{
border-color: #035DFC;
}
.TagClassName
{
border-color: #035DFC;
}
</style>