Shades of Blue #0D04EA
Tints of Blue #0D04EA
RGB
CMYK
RGB Variations
Color information
#0D04EA (or 0x0D04EA) is known color: Blue. HEX triplet: 0D, 04 and EA. RGB value is (13,4,234). Sum of RGB (Red+Green+Blue) = 13+4+234=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 234 (91.80% from 255 or 93.23% from 251); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D04EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D04EA is #F2FB15. Grayscale: #202020. Windows color (decimal): -15923990 or 15336461. OLE color: 15336461.
HSL color Cylindrical-coordinate representation of color #0D04EA: hue angle of 242.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D04EA is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 4 | 234 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.08 |
| HSL | 242.35º | 0.97% | 0.47% | - |
| HSV(B) | 242.35º | 0.98% | 0.92% | - |
| XYZ | 15.06 | 6.11 | 78.23 | - |
| YUV | 32.91 | 241.48 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 234 | 0.94 | 0.98 | 0 | 0.08 | 242.35 | 0.97 | 0.47 |
| Hex | D | 4 | EA | 5E | 62 | 0 | 8 | F2 | 61 | 2F |
| Octal | 15 | 4 | 352 | 136 | 142 | 0 | 10 | 362 | 141 | 57 |
| Binary | 1101 | 100 | 11101010 | 1011110 | 1100010 | 0 | 1000 | 11110010 | 1100001 | 101111 |
Color Harmonies of #0D04EA
Complementary color
Monochromatic Colors of #0D04EA
Black with #0D04EA
Text Example
Text Example
White with #0D04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D04EA; }
p { color: rgb(13,4,234); }
H1.HeaderClassName
{
color: #0D04EA;
}
.AnyTagClassName
{
color: #0D04EA;
}
</style>
background-color css
<style>
a { background-color: #0D04EA; }
a { background-color: rgb(13,4,234); }
div.DivClassName
{
background-color: #0D04EA;
}
.BgClassName
{
background-color: #0D04EA;
}
</style>
border-color css
<style>
span { border-color: #0D04EA; }
span { border-color: rgb(13,4,234); }
td.TdClassName
{
border-color: #0D04EA;
}
.TagClassName
{
border-color: #0D04EA;
}
</style>