Shades of Blue #0006EA
Tints of Blue #0006EA
RGB
CMYK
RGB Variations
Color information
#0006EA (or 0x0006EA) is known color: Blue. HEX triplet: 00, 06 and EA. RGB value is (0,6,234). Sum of RGB (Red+Green+Blue) = 0+6+234=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 6 (2.73% from 255 or 2.5% 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 #0006EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0006EA is #FFF915. Grayscale: #1D1D1D. Windows color (decimal): -16775446 or 15336960. OLE color: 15336960.
HSL color Cylindrical-coordinate representation of color #0006EA: hue angle of 238.46º 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 #0006EA is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 6 | 234 | - |
| CMYK | 1 | 0.97 | 0 | 0.08 |
| HSL | 238.46º | 1% | 0.46% | - |
| HSV(B) | 238.46º | 1% | 0.92% | - |
| XYZ | 14.92 | 6.07 | 78.23 | - |
| YUV | 30.2 | 243.01 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 234 | 1 | 0.97 | 0 | 0.08 | 238.46 | 1 | 0.46 |
| Hex | 0 | 6 | EA | 64 | 61 | 0 | 8 | EE | 64 | 2E |
| Octal | 0 | 6 | 352 | 144 | 141 | 0 | 10 | 356 | 144 | 56 |
| Binary | 0 | 110 | 11101010 | 1100100 | 1100001 | 0 | 1000 | 11101110 | 1100100 | 101110 |
Color Harmonies of #0006EA
Complementary color
Monochromatic Colors of #0006EA
Black with #0006EA
Text Example
Text Example
White with #0006EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0006EA; }
p { color: rgb(0,6,234); }
H1.HeaderClassName
{
color: #0006EA;
}
.AnyTagClassName
{
color: #0006EA;
}
</style>
background-color css
<style>
a { background-color: #0006EA; }
a { background-color: rgb(0,6,234); }
div.DivClassName
{
background-color: #0006EA;
}
.BgClassName
{
background-color: #0006EA;
}
</style>
border-color css
<style>
span { border-color: #0006EA; }
span { border-color: rgb(0,6,234); }
td.TdClassName
{
border-color: #0006EA;
}
.TagClassName
{
border-color: #0006EA;
}
</style>