Shades of Navy Blue #035DF3
Tints of Navy Blue #035DF3
RGB
CMYK
RGB Variations
Color information
#035DF3 (or 0x035DF3) is known color: Navy Blue. HEX triplet: 03, 5D and F3. RGB value is (3,93,243). Sum of RGB (Red+Green+Blue) = 3+93+243=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #035DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF3 is #FCA20C. Grayscale: #525252. Windows color (decimal): -16556557 or 15949059. OLE color: 15949059.
HSL color Cylindrical-coordinate representation of color #035DF3: hue angle of 217.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DF3 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 93 | 243 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.05 |
| HSL | 217.5º | 0.98% | 0.48% | - |
| HSV(B) | 217.5º | 0.99% | 0.95% | - |
| XYZ | 20.13 | 14.32 | 86.5 | - |
| YUV | 83.19 | 218.18 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 243 | 0.99 | 0.62 | 0 | 0.05 | 217.5 | 0.98 | 0.48 |
| Hex | 3 | 5D | F3 | 63 | 3E | 0 | 5 | DA | 62 | 30 |
| Octal | 3 | 135 | 363 | 143 | 76 | 0 | 5 | 332 | 142 | 60 |
| Binary | 11 | 1011101 | 11110011 | 1100011 | 111110 | 0 | 101 | 11011010 | 1100010 | 110000 |
Color Harmonies of #035DF3
Complementary color
Monochromatic Colors of #035DF3
Black with #035DF3
Text Example
Text Example
White with #035DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DF3; }
p { color: rgb(3,93,243); }
H1.HeaderClassName
{
color: #035DF3;
}
.AnyTagClassName
{
color: #035DF3;
}
</style>
background-color css
<style>
a { background-color: #035DF3; }
a { background-color: rgb(3,93,243); }
div.DivClassName
{
background-color: #035DF3;
}
.BgClassName
{
background-color: #035DF3;
}
</style>
border-color css
<style>
span { border-color: #035DF3; }
span { border-color: rgb(3,93,243); }
td.TdClassName
{
border-color: #035DF3;
}
.TagClassName
{
border-color: #035DF3;
}
</style>