Shades of Navy Blue #035CFD
Tints of Navy Blue #035CFD
RGB
CMYK
RGB Variations
Color information
#035CFD (or 0x035CFD) is known color: Navy Blue. HEX triplet: 03, 5C and FD. RGB value is (3,92,253). Sum of RGB (Red+Green+Blue) = 3+92+253=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #035CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CFD is #FCA302. Grayscale: #535353. Windows color (decimal): -16556803 or 16604163. OLE color: 16604163.
HSL color Cylindrical-coordinate representation of color #035CFD: hue angle of 218.64º 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 #035CFD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 92 | 253 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.01 |
| HSL | 218.64º | 0.98% | 0.5% | - |
| HSV(B) | 218.64º | 0.99% | 0.99% | - |
| XYZ | 21.59 | 14.77 | 94.64 | - |
| YUV | 83.74 | 223.51 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 253 | 0.99 | 0.64 | 0 | 0.01 | 218.64 | 0.98 | 0.5 |
| Hex | 3 | 5C | FD | 63 | 40 | 0 | 1 | DB | 62 | 32 |
| Octal | 3 | 134 | 375 | 143 | 100 | 0 | 1 | 333 | 142 | 62 |
| Binary | 11 | 1011100 | 11111101 | 1100011 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #035CFD
Complementary color
Monochromatic Colors of #035CFD
Black with #035CFD
Text Example
Text Example
White with #035CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CFD; }
p { color: rgb(3,92,253); }
H1.HeaderClassName
{
color: #035CFD;
}
.AnyTagClassName
{
color: #035CFD;
}
</style>
background-color css
<style>
a { background-color: #035CFD; }
a { background-color: rgb(3,92,253); }
div.DivClassName
{
background-color: #035CFD;
}
.BgClassName
{
background-color: #035CFD;
}
</style>
border-color css
<style>
span { border-color: #035CFD; }
span { border-color: rgb(3,92,253); }
td.TdClassName
{
border-color: #035CFD;
}
.TagClassName
{
border-color: #035CFD;
}
</style>