Shades of Blue #0D06E9
Tints of Blue #0D06E9
RGB
CMYK
RGB Variations
Color information
#0D06E9 (or 0x0D06E9) is known color: Blue. HEX triplet: 0D, 06 and E9. RGB value is (13,6,233). Sum of RGB (Red+Green+Blue) = 13+6+233=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 233 (91.41% from 255 or 92.46% from 252); Max value from RGB is 233 - color contains mainly: blue. Hex color #0D06E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D06E9 is #F2F916. Grayscale: #212121. Windows color (decimal): -15923479 or 15271437. OLE color: 15271437.
HSL color Cylindrical-coordinate representation of color #0D06E9: hue angle of 241.85º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06E9 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 6 | 233 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.09 |
| HSL | 241.85º | 0.95% | 0.47% | - |
| HSV(B) | 241.85º | 0.97% | 0.91% | - |
| XYZ | 14.94 | 6.1 | 77.48 | - |
| YUV | 33.97 | 240.32 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 233 | 0.94 | 0.97 | 0 | 0.09 | 241.85 | 0.95 | 0.47 |
| Hex | D | 6 | E9 | 5E | 61 | 0 | 9 | F2 | 5F | 2F |
| Octal | 15 | 6 | 351 | 136 | 141 | 0 | 11 | 362 | 137 | 57 |
| Binary | 1101 | 110 | 11101001 | 1011110 | 1100001 | 0 | 1001 | 11110010 | 1011111 | 101111 |
Color Harmonies of #0D06E9
Complementary color
Monochromatic Colors of #0D06E9
Black with #0D06E9
Text Example
Text Example
White with #0D06E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D06E9; }
p { color: rgb(13,6,233); }
H1.HeaderClassName
{
color: #0D06E9;
}
.AnyTagClassName
{
color: #0D06E9;
}
</style>
background-color css
<style>
a { background-color: #0D06E9; }
a { background-color: rgb(13,6,233); }
div.DivClassName
{
background-color: #0D06E9;
}
.BgClassName
{
background-color: #0D06E9;
}
</style>
border-color css
<style>
span { border-color: #0D06E9; }
span { border-color: rgb(13,6,233); }
td.TdClassName
{
border-color: #0D06E9;
}
.TagClassName
{
border-color: #0D06E9;
}
</style>