Shades of Blue #0600EA
Tints of Blue #0600EA
RGB
CMYK
RGB Variations
Color information
#0600EA (or 0x0600EA) is known color: Blue. HEX triplet: 06, 00 and EA. RGB value is (6,0,234). Sum of RGB (Red+Green+Blue) = 6+0+234=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 234 (91.80% from 255 or 97.5% from 240); Max value from RGB is 234 - color contains mainly: blue. Hex color #0600EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0600EA is #F9FF15. Grayscale: #1B1B1B. Windows color (decimal): -16383766 or 15335430. OLE color: 15335430.
HSL color Cylindrical-coordinate representation of color #0600EA: hue angle of 241.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600EA is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 0 | 234 | - |
| CMYK | 0.97 | 1 | 0 | 0.08 |
| HSL | 241.54º | 1% | 0.46% | - |
| HSV(B) | 241.54º | 1% | 0.92% | - |
| XYZ | 14.93 | 5.98 | 78.21 | - |
| YUV | 28.47 | 243.99 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 234 | 0.97 | 1 | 0 | 0.08 | 241.54 | 1 | 0.46 |
| Hex | 6 | 0 | EA | 61 | 64 | 0 | 8 | F2 | 64 | 2E |
| Octal | 6 | 0 | 352 | 141 | 144 | 0 | 10 | 362 | 144 | 56 |
| Binary | 110 | 0 | 11101010 | 1100001 | 1100100 | 0 | 1000 | 11110010 | 1100100 | 101110 |
Color Harmonies of #0600EA
Complementary color
Monochromatic Colors of #0600EA
Black with #0600EA
Text Example
Text Example
White with #0600EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600EA; }
p { color: rgb(6,0,234); }
H1.HeaderClassName
{
color: #0600EA;
}
.AnyTagClassName
{
color: #0600EA;
}
</style>
background-color css
<style>
a { background-color: #0600EA; }
a { background-color: rgb(6,0,234); }
div.DivClassName
{
background-color: #0600EA;
}
.BgClassName
{
background-color: #0600EA;
}
</style>
border-color css
<style>
span { border-color: #0600EA; }
span { border-color: rgb(6,0,234); }
td.TdClassName
{
border-color: #0600EA;
}
.TagClassName
{
border-color: #0600EA;
}
</style>