Shades of Navy Blue #005DEE
Tints of Navy Blue #005DEE
RGB
CMYK
RGB Variations
Color information
#005DEE (or 0x005DEE) is known color: Navy Blue. HEX triplet: 00, 5D and EE. RGB value is (0,93,238). Sum of RGB (Red+Green+Blue) = 0+93+238=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #005DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DEE is #FFA211. Grayscale: #515151. Windows color (decimal): -16753170 or 15621376. OLE color: 15621376.
HSL color Cylindrical-coordinate representation of color #005DEE: hue angle of 216.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DEE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 93 | 238 | - |
| CMYK | 1 | 0.61 | 0 | 0.07 |
| HSL | 216.55º | 1% | 0.47% | - |
| HSV(B) | 216.55º | 1% | 0.93% | - |
| XYZ | 19.35 | 14 | 82.57 | - |
| YUV | 81.72 | 216.19 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 238 | 1 | 0.61 | 0 | 0.07 | 216.55 | 1 | 0.47 |
| Hex | 0 | 5D | EE | 64 | 3D | 0 | 7 | D9 | 64 | 2F |
| Octal | 0 | 135 | 356 | 144 | 75 | 0 | 7 | 331 | 144 | 57 |
| Binary | 0 | 1011101 | 11101110 | 1100100 | 111101 | 0 | 111 | 11011001 | 1100100 | 101111 |
Color Harmonies of #005DEE
Complementary color
Monochromatic Colors of #005DEE
Black with #005DEE
Text Example
Text Example
White with #005DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DEE; }
p { color: rgb(0,93,238); }
H1.HeaderClassName
{
color: #005DEE;
}
.AnyTagClassName
{
color: #005DEE;
}
</style>
background-color css
<style>
a { background-color: #005DEE; }
a { background-color: rgb(0,93,238); }
div.DivClassName
{
background-color: #005DEE;
}
.BgClassName
{
background-color: #005DEE;
}
</style>
border-color css
<style>
span { border-color: #005DEE; }
span { border-color: rgb(0,93,238); }
td.TdClassName
{
border-color: #005DEE;
}
.TagClassName
{
border-color: #005DEE;
}
</style>