Shades of Navy Blue #035FFD
Tints of Navy Blue #035FFD
RGB
CMYK
RGB Variations
Color information
#035FFD (or 0x035FFD) is known color: Navy Blue. HEX triplet: 03, 5F and FD. RGB value is (3,95,253). Sum of RGB (Red+Green+Blue) = 3+95+253=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #035FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FFD is #FCA002. Grayscale: #545454. Windows color (decimal): -16556035 or 16604931. OLE color: 16604931.
HSL color Cylindrical-coordinate representation of color #035FFD: hue angle of 217.92º 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 #035FFD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 95 | 253 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.01 |
| HSL | 217.92º | 0.98% | 0.5% | - |
| HSV(B) | 217.92º | 0.99% | 0.99% | - |
| XYZ | 21.86 | 15.3 | 94.73 | - |
| YUV | 85.5 | 222.52 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 253 | 0.99 | 0.62 | 0 | 0.01 | 217.92 | 0.98 | 0.5 |
| Hex | 3 | 5F | FD | 63 | 3E | 0 | 1 | DA | 62 | 32 |
| Octal | 3 | 137 | 375 | 143 | 76 | 0 | 1 | 332 | 142 | 62 |
| Binary | 11 | 1011111 | 11111101 | 1100011 | 111110 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #035FFD
Complementary color
Monochromatic Colors of #035FFD
Black with #035FFD
Text Example
Text Example
White with #035FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FFD; }
p { color: rgb(3,95,253); }
H1.HeaderClassName
{
color: #035FFD;
}
.AnyTagClassName
{
color: #035FFD;
}
</style>
background-color css
<style>
a { background-color: #035FFD; }
a { background-color: rgb(3,95,253); }
div.DivClassName
{
background-color: #035FFD;
}
.BgClassName
{
background-color: #035FFD;
}
</style>
border-color css
<style>
span { border-color: #035FFD; }
span { border-color: rgb(3,95,253); }
td.TdClassName
{
border-color: #035FFD;
}
.TagClassName
{
border-color: #035FFD;
}
</style>