Shades of Blue #0612ED
Tints of Blue #0612ED
RGB
CMYK
RGB Variations
Color information
#0612ED (or 0x0612ED) is known color: Blue. HEX triplet: 06, 12 and ED. RGB value is (6,18,237). Sum of RGB (Red+Green+Blue) = 6+18+237=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 237 (92.97% from 255 or 90.80% from 261); Max value from RGB is 237 - color contains mainly: blue. Hex color #0612ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0612ED is #F9ED12. Grayscale: #262626. Windows color (decimal): -16379155 or 15536646. OLE color: 15536646.
HSL color Cylindrical-coordinate representation of color #0612ED: hue angle of 236.88º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0612ED is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 18 | 237 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.07 |
| HSL | 236.88º | 0.95% | 0.48% | - |
| HSV(B) | 236.88º | 0.97% | 0.93% | - |
| XYZ | 15.58 | 6.59 | 80.57 | - |
| YUV | 39.38 | 239.52 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 237 | 0.97 | 0.92 | 0 | 0.07 | 236.88 | 0.95 | 0.48 |
| Hex | 6 | 12 | ED | 61 | 5C | 0 | 7 | ED | 5F | 30 |
| Octal | 6 | 22 | 355 | 141 | 134 | 0 | 7 | 355 | 137 | 60 |
| Binary | 110 | 10010 | 11101101 | 1100001 | 1011100 | 0 | 111 | 11101101 | 1011111 | 110000 |
Color Harmonies of #0612ED
Complementary color
Monochromatic Colors of #0612ED
Black with #0612ED
Text Example
Text Example
White with #0612ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612ED; }
p { color: rgb(6,18,237); }
H1.HeaderClassName
{
color: #0612ED;
}
.AnyTagClassName
{
color: #0612ED;
}
</style>
background-color css
<style>
a { background-color: #0612ED; }
a { background-color: rgb(6,18,237); }
div.DivClassName
{
background-color: #0612ED;
}
.BgClassName
{
background-color: #0612ED;
}
</style>
border-color css
<style>
span { border-color: #0612ED; }
span { border-color: rgb(6,18,237); }
td.TdClassName
{
border-color: #0612ED;
}
.TagClassName
{
border-color: #0612ED;
}
</style>