Shades of Blue #0601EB
Tints of Blue #0601EB
RGB
CMYK
RGB Variations
Color information
#0601EB (or 0x0601EB) is known color: Blue. HEX triplet: 06, 01 and EB. RGB value is (6,1,235). Sum of RGB (Red+Green+Blue) = 6+1+235=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 235 (92.19% from 255 or 97.11% from 242); Max value from RGB is 235 - color contains mainly: blue. Hex color #0601EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0601EB is #F9FE14. Grayscale: #1C1C1C. Windows color (decimal): -16383509 or 15401222. OLE color: 15401222.
HSL color Cylindrical-coordinate representation of color #0601EB: hue angle of 241.28º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0601EB is Cyan = 0.97, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 1 | 235 | - |
| CMYK | 0.97 | 1.00 | 0 | 0.08 |
| HSL | 241.28º | 0.99% | 0.46% | - |
| HSV(B) | 241.28º | 1% | 0.92% | - |
| XYZ | 15.08 | 6.06 | 78.97 | - |
| YUV | 29.17 | 244.16 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 235 | 0.97 | 1.00 | 0 | 0.08 | 241.28 | 0.99 | 0.46 |
| Hex | 6 | 1 | EB | 61 | 64 | 0 | 8 | F1 | 63 | 2E |
| Octal | 6 | 1 | 353 | 141 | 144 | 0 | 10 | 361 | 143 | 56 |
| Binary | 110 | 1 | 11101011 | 1100001 | 1100100 | 0 | 1000 | 11110001 | 1100011 | 101110 |
Color Harmonies of #0601EB
Complementary color
Monochromatic Colors of #0601EB
Black with #0601EB
Text Example
Text Example
White with #0601EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0601EB; }
p { color: rgb(6,1,235); }
H1.HeaderClassName
{
color: #0601EB;
}
.AnyTagClassName
{
color: #0601EB;
}
</style>
background-color css
<style>
a { background-color: #0601EB; }
a { background-color: rgb(6,1,235); }
div.DivClassName
{
background-color: #0601EB;
}
.BgClassName
{
background-color: #0601EB;
}
</style>
border-color css
<style>
span { border-color: #0601EB; }
span { border-color: rgb(6,1,235); }
td.TdClassName
{
border-color: #0601EB;
}
.TagClassName
{
border-color: #0601EB;
}
</style>