Shades of Blue #0005EC
Tints of Blue #0005EC
RGB
CMYK
RGB Variations
Color information
#0005EC (or 0x0005EC) is known color: Blue. HEX triplet: 00, 05 and EC. RGB value is (0,5,236). Sum of RGB (Red+Green+Blue) = 0+5+236=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 236 (92.58% from 255 or 97.93% from 241); Max value from RGB is 236 - color contains mainly: blue. Hex color #0005EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0005EC is #FFFA13. Grayscale: #1C1C1C. Windows color (decimal): -16775700 or 15467776. OLE color: 15467776.
HSL color Cylindrical-coordinate representation of color #0005EC: hue angle of 238.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0005EC is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 5 | 236 | - |
| CMYK | 1 | 0.98 | 0 | 0.07 |
| HSL | 238.73º | 1% | 0.46% | - |
| HSV(B) | 238.73º | 1% | 0.93% | - |
| XYZ | 15.19 | 6.16 | 79.75 | - |
| YUV | 29.84 | 244.34 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 236 | 1 | 0.98 | 0 | 0.07 | 238.73 | 1 | 0.46 |
| Hex | 0 | 5 | EC | 64 | 62 | 0 | 7 | EF | 64 | 2E |
| Octal | 0 | 5 | 354 | 144 | 142 | 0 | 7 | 357 | 144 | 56 |
| Binary | 0 | 101 | 11101100 | 1100100 | 1100010 | 0 | 111 | 11101111 | 1100100 | 101110 |
Color Harmonies of #0005EC
Complementary color
Monochromatic Colors of #0005EC
Black with #0005EC
Text Example
Text Example
White with #0005EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0005EC; }
p { color: rgb(0,5,236); }
H1.HeaderClassName
{
color: #0005EC;
}
.AnyTagClassName
{
color: #0005EC;
}
</style>
background-color css
<style>
a { background-color: #0005EC; }
a { background-color: rgb(0,5,236); }
div.DivClassName
{
background-color: #0005EC;
}
.BgClassName
{
background-color: #0005EC;
}
</style>
border-color css
<style>
span { border-color: #0005EC; }
span { border-color: rgb(0,5,236); }
td.TdClassName
{
border-color: #0005EC;
}
.TagClassName
{
border-color: #0005EC;
}
</style>