Shades of Navy Blue #035FDF
Tints of Navy Blue #035FDF
RGB
CMYK
RGB Variations
Color information
#035FDF (or 0x035FDF) is known color: Navy Blue. HEX triplet: 03, 5F and DF. RGB value is (3,95,223). Sum of RGB (Red+Green+Blue) = 3+95+223=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #035FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FDF is #FCA020. Grayscale: #515151. Windows color (decimal): -16556065 or 14638851. OLE color: 14638851.
HSL color Cylindrical-coordinate representation of color #035FDF: hue angle of 214.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FDF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 95 | 223 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.13 |
| HSL | 214.91º | 0.97% | 0.44% | - |
| HSV(B) | 214.91º | 0.99% | 0.87% | - |
| XYZ | 17.45 | 13.53 | 71.5 | - |
| YUV | 82.08 | 207.52 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 223 | 0.99 | 0.57 | 0 | 0.13 | 214.91 | 0.97 | 0.44 |
| Hex | 3 | 5F | DF | 63 | 39 | 0 | D | D7 | 61 | 2C |
| Octal | 3 | 137 | 337 | 143 | 71 | 0 | 15 | 327 | 141 | 54 |
| Binary | 11 | 1011111 | 11011111 | 1100011 | 111001 | 0 | 1101 | 11010111 | 1100001 | 101100 |
Color Harmonies of #035FDF
Complementary color
Monochromatic Colors of #035FDF
Black with #035FDF
Text Example
Text Example
White with #035FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FDF; }
p { color: rgb(3,95,223); }
H1.HeaderClassName
{
color: #035FDF;
}
.AnyTagClassName
{
color: #035FDF;
}
</style>
background-color css
<style>
a { background-color: #035FDF; }
a { background-color: rgb(3,95,223); }
div.DivClassName
{
background-color: #035FDF;
}
.BgClassName
{
background-color: #035FDF;
}
</style>
border-color css
<style>
span { border-color: #035FDF; }
span { border-color: rgb(3,95,223); }
td.TdClassName
{
border-color: #035FDF;
}
.TagClassName
{
border-color: #035FDF;
}
</style>