Shades of Navy Blue #023DEE
Tints of Navy Blue #023DEE
RGB
CMYK
RGB Variations
Color information
#023DEE (or 0x023DEE) is known color: Navy Blue. HEX triplet: 02, 3D and EE. RGB value is (2,61,238). Sum of RGB (Red+Green+Blue) = 2+61+238=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #023DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DEE is #FDC211. Grayscale: #3E3E3E. Windows color (decimal): -16630290 or 15613186. OLE color: 15613186.
HSL color Cylindrical-coordinate representation of color #023DEE: hue angle of 225º 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 #023DEE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 61 | 238 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.07 |
| HSL | 225º | 0.98% | 0.47% | - |
| HSV(B) | 225º | 0.99% | 0.93% | - |
| XYZ | 17.13 | 9.52 | 81.82 | - |
| YUV | 63.54 | 226.45 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 238 | 0.99 | 0.74 | 0 | 0.07 | 225 | 0.98 | 0.47 |
| Hex | 2 | 3D | EE | 63 | 4A | 0 | 7 | E1 | 62 | 2F |
| Octal | 2 | 75 | 356 | 143 | 112 | 0 | 7 | 341 | 142 | 57 |
| Binary | 10 | 111101 | 11101110 | 1100011 | 1001010 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #023DEE
Complementary color
Monochromatic Colors of #023DEE
Black with #023DEE
Text Example
Text Example
White with #023DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DEE; }
p { color: rgb(2,61,238); }
H1.HeaderClassName
{
color: #023DEE;
}
.AnyTagClassName
{
color: #023DEE;
}
</style>
background-color css
<style>
a { background-color: #023DEE; }
a { background-color: rgb(2,61,238); }
div.DivClassName
{
background-color: #023DEE;
}
.BgClassName
{
background-color: #023DEE;
}
</style>
border-color css
<style>
span { border-color: #023DEE; }
span { border-color: rgb(2,61,238); }
td.TdClassName
{
border-color: #023DEE;
}
.TagClassName
{
border-color: #023DEE;
}
</style>