Shades of Navy Blue #023EEF
Tints of Navy Blue #023EEF
RGB
CMYK
RGB Variations
Color information
#023EEF (or 0x023EEF) is known color: Navy Blue. HEX triplet: 02, 3E and EF. RGB value is (2,62,239). Sum of RGB (Red+Green+Blue) = 2+62+239=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 239 (93.75% from 255 or 78.88% from 303); Max value from RGB is 239 - color contains mainly: blue. Hex color #023EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023EEF is #FDC110. Grayscale: #3F3F3F. Windows color (decimal): -16630033 or 15678978. OLE color: 15678978.
HSL color Cylindrical-coordinate representation of color #023EEF: hue angle of 224.81º 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 #023EEF is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 62 | 239 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.06 |
| HSL | 224.81º | 0.98% | 0.47% | - |
| HSV(B) | 224.81º | 0.99% | 0.94% | - |
| XYZ | 17.33 | 9.69 | 82.62 | - |
| YUV | 64.24 | 226.62 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 239 | 0.99 | 0.74 | 0 | 0.06 | 224.81 | 0.98 | 0.47 |
| Hex | 2 | 3E | EF | 63 | 4A | 0 | 6 | E1 | 62 | 2F |
| Octal | 2 | 76 | 357 | 143 | 112 | 0 | 6 | 341 | 142 | 57 |
| Binary | 10 | 111110 | 11101111 | 1100011 | 1001010 | 0 | 110 | 11100001 | 1100010 | 101111 |
Color Harmonies of #023EEF
Complementary color
Monochromatic Colors of #023EEF
Black with #023EEF
Text Example
Text Example
White with #023EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EEF; }
p { color: rgb(2,62,239); }
H1.HeaderClassName
{
color: #023EEF;
}
.AnyTagClassName
{
color: #023EEF;
}
</style>
background-color css
<style>
a { background-color: #023EEF; }
a { background-color: rgb(2,62,239); }
div.DivClassName
{
background-color: #023EEF;
}
.BgClassName
{
background-color: #023EEF;
}
</style>
border-color css
<style>
span { border-color: #023EEF; }
span { border-color: rgb(2,62,239); }
td.TdClassName
{
border-color: #023EEF;
}
.TagClassName
{
border-color: #023EEF;
}
</style>