Shades of Navy Blue #035CF7
Tints of Navy Blue #035CF7
RGB
CMYK
RGB Variations
Color information
#035CF7 (or 0x035CF7) is known color: Navy Blue. HEX triplet: 03, 5C and F7. RGB value is (3,92,247). Sum of RGB (Red+Green+Blue) = 3+92+247=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #035CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CF7 is #FCA308. Grayscale: #525252. Windows color (decimal): -16556809 or 16210947. OLE color: 16210947.
HSL color Cylindrical-coordinate representation of color #035CF7: hue angle of 218.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CF7 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 92 | 247 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.03 |
| HSL | 218.11º | 0.98% | 0.49% | - |
| HSV(B) | 218.11º | 0.99% | 0.97% | - |
| XYZ | 20.65 | 14.39 | 89.68 | - |
| YUV | 83.06 | 220.51 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 247 | 0.99 | 0.63 | 0 | 0.03 | 218.11 | 0.98 | 0.49 |
| Hex | 3 | 5C | F7 | 63 | 3F | 0 | 3 | DA | 62 | 31 |
| Octal | 3 | 134 | 367 | 143 | 77 | 0 | 3 | 332 | 142 | 61 |
| Binary | 11 | 1011100 | 11110111 | 1100011 | 111111 | 0 | 11 | 11011010 | 1100010 | 110001 |
Color Harmonies of #035CF7
Complementary color
Monochromatic Colors of #035CF7
Black with #035CF7
Text Example
Text Example
White with #035CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CF7; }
p { color: rgb(3,92,247); }
H1.HeaderClassName
{
color: #035CF7;
}
.AnyTagClassName
{
color: #035CF7;
}
</style>
background-color css
<style>
a { background-color: #035CF7; }
a { background-color: rgb(3,92,247); }
div.DivClassName
{
background-color: #035CF7;
}
.BgClassName
{
background-color: #035CF7;
}
</style>
border-color css
<style>
span { border-color: #035CF7; }
span { border-color: rgb(3,92,247); }
td.TdClassName
{
border-color: #035CF7;
}
.TagClassName
{
border-color: #035CF7;
}
</style>