Shades of Navy Blue #035CE9
Tints of Navy Blue #035CE9
RGB
CMYK
RGB Variations
Color information
#035CE9 (or 0x035CE9) is known color: Navy Blue. HEX triplet: 03, 5C and E9. RGB value is (3,92,233). Sum of RGB (Red+Green+Blue) = 3+92+233=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #035CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CE9 is #FCA316. Grayscale: #505050. Windows color (decimal): -16556823 or 15293443. OLE color: 15293443.
HSL color Cylindrical-coordinate representation of color #035CE9: hue angle of 216.78º 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 #035CE9 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 92 | 233 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.09 |
| HSL | 216.78º | 0.97% | 0.46% | - |
| HSV(B) | 216.78º | 0.99% | 0.91% | - |
| XYZ | 18.57 | 13.56 | 78.73 | - |
| YUV | 81.46 | 213.51 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 233 | 0.99 | 0.61 | 0 | 0.09 | 216.78 | 0.97 | 0.46 |
| Hex | 3 | 5C | E9 | 63 | 3D | 0 | 9 | D9 | 61 | 2E |
| Octal | 3 | 134 | 351 | 143 | 75 | 0 | 11 | 331 | 141 | 56 |
| Binary | 11 | 1011100 | 11101001 | 1100011 | 111101 | 0 | 1001 | 11011001 | 1100001 | 101110 |
Color Harmonies of #035CE9
Complementary color
Monochromatic Colors of #035CE9
Black with #035CE9
Text Example
Text Example
White with #035CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CE9; }
p { color: rgb(3,92,233); }
H1.HeaderClassName
{
color: #035CE9;
}
.AnyTagClassName
{
color: #035CE9;
}
</style>
background-color css
<style>
a { background-color: #035CE9; }
a { background-color: rgb(3,92,233); }
div.DivClassName
{
background-color: #035CE9;
}
.BgClassName
{
background-color: #035CE9;
}
</style>
border-color css
<style>
span { border-color: #035CE9; }
span { border-color: rgb(3,92,233); }
td.TdClassName
{
border-color: #035CE9;
}
.TagClassName
{
border-color: #035CE9;
}
</style>