Shades of Navy Blue #035CEE
Tints of Navy Blue #035CEE
RGB
CMYK
RGB Variations
Color information
#035CEE (or 0x035CEE) is known color: Navy Blue. HEX triplet: 03, 5C and EE. RGB value is (3,92,238). Sum of RGB (Red+Green+Blue) = 3+92+238=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #035CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CEE is #FCA311. Grayscale: #515151. Windows color (decimal): -16556818 or 15621123. OLE color: 15621123.
HSL color Cylindrical-coordinate representation of color #035CEE: hue angle of 217.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CEE is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 92 | 238 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.07 |
| HSL | 217.28º | 0.98% | 0.47% | - |
| HSV(B) | 217.28º | 0.99% | 0.93% | - |
| XYZ | 19.3 | 13.85 | 82.54 | - |
| YUV | 82.03 | 216.01 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 238 | 0.99 | 0.61 | 0 | 0.07 | 217.28 | 0.98 | 0.47 |
| Hex | 3 | 5C | EE | 63 | 3D | 0 | 7 | D9 | 62 | 2F |
| Octal | 3 | 134 | 356 | 143 | 75 | 0 | 7 | 331 | 142 | 57 |
| Binary | 11 | 1011100 | 11101110 | 1100011 | 111101 | 0 | 111 | 11011001 | 1100010 | 101111 |
Color Harmonies of #035CEE
Complementary color
Monochromatic Colors of #035CEE
Black with #035CEE
Text Example
Text Example
White with #035CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CEE; }
p { color: rgb(3,92,238); }
H1.HeaderClassName
{
color: #035CEE;
}
.AnyTagClassName
{
color: #035CEE;
}
</style>
background-color css
<style>
a { background-color: #035CEE; }
a { background-color: rgb(3,92,238); }
div.DivClassName
{
background-color: #035CEE;
}
.BgClassName
{
background-color: #035CEE;
}
</style>
border-color css
<style>
span { border-color: #035CEE; }
span { border-color: rgb(3,92,238); }
td.TdClassName
{
border-color: #035CEE;
}
.TagClassName
{
border-color: #035CEE;
}
</style>