Shades of Navy Blue #023DED
Tints of Navy Blue #023DED
RGB
CMYK
RGB Variations
Color information
#023DED (or 0x023DED) is known color: Navy Blue. HEX triplet: 02, 3D and ED. RGB value is (2,61,237). Sum of RGB (Red+Green+Blue) = 2+61+237=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #023DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DED is #FDC212. Grayscale: #3E3E3E. Windows color (decimal): -16630291 or 15547650. OLE color: 15547650.
HSL color Cylindrical-coordinate representation of color #023DED: hue angle of 224.94º 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 #023DED is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 61 | 237 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.07 |
| HSL | 224.94º | 0.98% | 0.47% | - |
| HSV(B) | 224.94º | 0.99% | 0.93% | - |
| XYZ | 16.98 | 9.46 | 81.05 | - |
| YUV | 63.42 | 225.95 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 237 | 0.99 | 0.74 | 0 | 0.07 | 224.94 | 0.98 | 0.47 |
| Hex | 2 | 3D | ED | 63 | 4A | 0 | 7 | E1 | 62 | 2F |
| Octal | 2 | 75 | 355 | 143 | 112 | 0 | 7 | 341 | 142 | 57 |
| Binary | 10 | 111101 | 11101101 | 1100011 | 1001010 | 0 | 111 | 11100001 | 1100010 | 101111 |
Color Harmonies of #023DED
Complementary color
Monochromatic Colors of #023DED
Black with #023DED
Text Example
Text Example
White with #023DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DED; }
p { color: rgb(2,61,237); }
H1.HeaderClassName
{
color: #023DED;
}
.AnyTagClassName
{
color: #023DED;
}
</style>
background-color css
<style>
a { background-color: #023DED; }
a { background-color: rgb(2,61,237); }
div.DivClassName
{
background-color: #023DED;
}
.BgClassName
{
background-color: #023DED;
}
</style>
border-color css
<style>
span { border-color: #023DED; }
span { border-color: rgb(2,61,237); }
td.TdClassName
{
border-color: #023DED;
}
.TagClassName
{
border-color: #023DED;
}
</style>