Shades of Navy Blue #035BE8
Tints of Navy Blue #035BE8
RGB
CMYK
RGB Variations
Color information
#035BE8 (or 0x035BE8) is known color: Navy Blue. HEX triplet: 03, 5B and E8. RGB value is (3,91,232). Sum of RGB (Red+Green+Blue) = 3+91+232=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #035BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BE8 is #FCA417. Grayscale: #505050. Windows color (decimal): -16557080 or 15227651. OLE color: 15227651.
HSL color Cylindrical-coordinate representation of color #035BE8: hue angle of 216.94º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BE8 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 91 | 232 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.09 |
| HSL | 216.94º | 0.97% | 0.46% | - |
| HSV(B) | 216.94º | 0.99% | 0.91% | - |
| XYZ | 18.34 | 13.33 | 77.95 | - |
| YUV | 80.76 | 213.35 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 232 | 0.99 | 0.61 | 0 | 0.09 | 216.94 | 0.97 | 0.46 |
| Hex | 3 | 5B | E8 | 63 | 3D | 0 | 9 | D9 | 61 | 2E |
| Octal | 3 | 133 | 350 | 143 | 75 | 0 | 11 | 331 | 141 | 56 |
| Binary | 11 | 1011011 | 11101000 | 1100011 | 111101 | 0 | 1001 | 11011001 | 1100001 | 101110 |
Color Harmonies of #035BE8
Complementary color
Monochromatic Colors of #035BE8
Black with #035BE8
Text Example
Text Example
White with #035BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BE8; }
p { color: rgb(3,91,232); }
H1.HeaderClassName
{
color: #035BE8;
}
.AnyTagClassName
{
color: #035BE8;
}
</style>
background-color css
<style>
a { background-color: #035BE8; }
a { background-color: rgb(3,91,232); }
div.DivClassName
{
background-color: #035BE8;
}
.BgClassName
{
background-color: #035BE8;
}
</style>
border-color css
<style>
span { border-color: #035BE8; }
span { border-color: rgb(3,91,232); }
td.TdClassName
{
border-color: #035BE8;
}
.TagClassName
{
border-color: #035BE8;
}
</style>