Shades of Blue #0D1EEF
Tints of Blue #0D1EEF
RGB
CMYK
RGB Variations
Color information
#0D1EEF (or 0x0D1EEF) is known color: Blue. HEX triplet: 0D, 1E and EF. RGB value is (13,30,239). Sum of RGB (Red+Green+Blue) = 13+30+239=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D1EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1EEF is #F2E110. Grayscale: #2F2F2F. Windows color (decimal): -15917329 or 15670797. OLE color: 15670797.
HSL color Cylindrical-coordinate representation of color #0D1EEF: hue angle of 235.49º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D1EEF is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 30 | 239 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.06 |
| HSL | 235.49º | 0.9% | 0.49% | - |
| HSV(B) | 235.49º | 0.95% | 0.94% | - |
| XYZ | 16.21 | 7.25 | 82.21 | - |
| YUV | 48.74 | 235.37 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 239 | 0.95 | 0.87 | 0 | 0.06 | 235.49 | 0.9 | 0.49 |
| Hex | D | 1E | EF | 5F | 57 | 0 | 6 | EB | 5A | 31 |
| Octal | 15 | 36 | 357 | 137 | 127 | 0 | 6 | 353 | 132 | 61 |
| Binary | 1101 | 11110 | 11101111 | 1011111 | 1010111 | 0 | 110 | 11101011 | 1011010 | 110001 |
Color Harmonies of #0D1EEF
Complementary color
Monochromatic Colors of #0D1EEF
Black with #0D1EEF
Text Example
Text Example
White with #0D1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1EEF; }
p { color: rgb(13,30,239); }
H1.HeaderClassName
{
color: #0D1EEF;
}
.AnyTagClassName
{
color: #0D1EEF;
}
</style>
background-color css
<style>
a { background-color: #0D1EEF; }
a { background-color: rgb(13,30,239); }
div.DivClassName
{
background-color: #0D1EEF;
}
.BgClassName
{
background-color: #0D1EEF;
}
</style>
border-color css
<style>
span { border-color: #0D1EEF; }
span { border-color: rgb(13,30,239); }
td.TdClassName
{
border-color: #0D1EEF;
}
.TagClassName
{
border-color: #0D1EEF;
}
</style>