Shades of Navy Blue #0D5FEE
Tints of Navy Blue #0D5FEE
RGB
CMYK
RGB Variations
Color information
#0D5FEE (or 0x0D5FEE) is known color: Navy Blue. HEX triplet: 0D, 5F and EE. RGB value is (13,95,238). Sum of RGB (Red+Green+Blue) = 13+95+238=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D5FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5FEE is #F2A011. Grayscale: #565656. Windows color (decimal): -15900690 or 15621901. OLE color: 15621901.
HSL color Cylindrical-coordinate representation of color #0D5FEE: hue angle of 218.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D5FEE is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 95 | 238 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.07 |
| HSL | 218.13º | 0.9% | 0.49% | - |
| HSV(B) | 218.13º | 0.95% | 0.93% | - |
| XYZ | 19.69 | 14.44 | 82.64 | - |
| YUV | 86.78 | 213.33 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 238 | 0.95 | 0.60 | 0 | 0.07 | 218.13 | 0.9 | 0.49 |
| Hex | D | 5F | EE | 5F | 3C | 0 | 7 | DA | 5A | 31 |
| Octal | 15 | 137 | 356 | 137 | 74 | 0 | 7 | 332 | 132 | 61 |
| Binary | 1101 | 1011111 | 11101110 | 1011111 | 111100 | 0 | 111 | 11011010 | 1011010 | 110001 |
Color Harmonies of #0D5FEE
Complementary color
Monochromatic Colors of #0D5FEE
Black with #0D5FEE
Text Example
Text Example
White with #0D5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FEE; }
p { color: rgb(13,95,238); }
H1.HeaderClassName
{
color: #0D5FEE;
}
.AnyTagClassName
{
color: #0D5FEE;
}
</style>
background-color css
<style>
a { background-color: #0D5FEE; }
a { background-color: rgb(13,95,238); }
div.DivClassName
{
background-color: #0D5FEE;
}
.BgClassName
{
background-color: #0D5FEE;
}
</style>
border-color css
<style>
span { border-color: #0D5FEE; }
span { border-color: rgb(13,95,238); }
td.TdClassName
{
border-color: #0D5FEE;
}
.TagClassName
{
border-color: #0D5FEE;
}
</style>