Shades of Navy Blue #023EEE
Tints of Navy Blue #023EEE
RGB
CMYK
RGB Variations
Color information
#023EEE (or 0x023EEE) is known color: Navy Blue. HEX triplet: 02, 3E and EE. RGB value is (2,62,238). Sum of RGB (Red+Green+Blue) = 2+62+238=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #023EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023EEE is #FDC111. Grayscale: #3F3F3F. Windows color (decimal): -16630034 or 15613442. OLE color: 15613442.
HSL color Cylindrical-coordinate representation of color #023EEE: hue angle of 224.75º 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 #023EEE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 62 | 238 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.07 |
| HSL | 224.75º | 0.98% | 0.47% | - |
| HSV(B) | 224.75º | 0.99% | 0.93% | - |
| XYZ | 17.18 | 9.63 | 81.84 | - |
| YUV | 64.12 | 226.12 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 238 | 0.99 | 0.74 | 0 | 0.07 | 224.75 | 0.98 | 0.47 |
| Hex | 2 | 3E | EE | 63 | 4A | 0 | 7 | E1 | 62 | 2F |
| Octal | 2 | 76 | 356 | 143 | 112 | 0 | 7 | 341 | 142 | 57 |
| Binary | 10 | 111110 | 11101110 | 1100011 | 1001010 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #023EEE
Complementary color
Monochromatic Colors of #023EEE
Black with #023EEE
Text Example
Text Example
White with #023EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EEE; }
p { color: rgb(2,62,238); }
H1.HeaderClassName
{
color: #023EEE;
}
.AnyTagClassName
{
color: #023EEE;
}
</style>
background-color css
<style>
a { background-color: #023EEE; }
a { background-color: rgb(2,62,238); }
div.DivClassName
{
background-color: #023EEE;
}
.BgClassName
{
background-color: #023EEE;
}
</style>
border-color css
<style>
span { border-color: #023EEE; }
span { border-color: rgb(2,62,238); }
td.TdClassName
{
border-color: #023EEE;
}
.TagClassName
{
border-color: #023EEE;
}
</style>