Shades of Navy Blue #035CEF
Tints of Navy Blue #035CEF
RGB
CMYK
RGB Variations
Color information
#035CEF (or 0x035CEF) is known color: Navy Blue. HEX triplet: 03, 5C and EF. RGB value is (3,92,239). Sum of RGB (Red+Green+Blue) = 3+92+239=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #035CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CEF is #FCA310. Grayscale: #515151. Windows color (decimal): -16556817 or 15686659. OLE color: 15686659.
HSL color Cylindrical-coordinate representation of color #035CEF: hue angle of 217.37º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CEF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 92 | 239 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.06 |
| HSL | 217.37º | 0.98% | 0.47% | - |
| HSV(B) | 217.37º | 0.99% | 0.94% | - |
| XYZ | 19.44 | 13.91 | 83.32 | - |
| YUV | 82.15 | 216.51 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 239 | 0.99 | 0.62 | 0 | 0.06 | 217.37 | 0.98 | 0.47 |
| Hex | 3 | 5C | EF | 63 | 3E | 0 | 6 | D9 | 62 | 2F |
| Octal | 3 | 134 | 357 | 143 | 76 | 0 | 6 | 331 | 142 | 57 |
| Binary | 11 | 1011100 | 11101111 | 1100011 | 111110 | 0 | 110 | 11011001 | 1100010 | 101111 |
Color Harmonies of #035CEF
Complementary color
Monochromatic Colors of #035CEF
Black with #035CEF
Text Example
Text Example
White with #035CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CEF; }
p { color: rgb(3,92,239); }
H1.HeaderClassName
{
color: #035CEF;
}
.AnyTagClassName
{
color: #035CEF;
}
</style>
background-color css
<style>
a { background-color: #035CEF; }
a { background-color: rgb(3,92,239); }
div.DivClassName
{
background-color: #035CEF;
}
.BgClassName
{
background-color: #035CEF;
}
</style>
border-color css
<style>
span { border-color: #035CEF; }
span { border-color: rgb(3,92,239); }
td.TdClassName
{
border-color: #035CEF;
}
.TagClassName
{
border-color: #035CEF;
}
</style>