Shades of Blue #010BEA
Tints of Blue #010BEA
RGB
CMYK
RGB Variations
Color information
#010BEA (or 0x010BEA) is known color: Blue. HEX triplet: 01, 0B and EA. RGB value is (1,11,234). Sum of RGB (Red+Green+Blue) = 1+11+234=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 234 (91.80% from 255 or 95.12% from 246); Max value from RGB is 234 - color contains mainly: blue. Hex color #010BEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BEA is #FEF415. Grayscale: #202020. Windows color (decimal): -16708630 or 15338241. OLE color: 15338241.
HSL color Cylindrical-coordinate representation of color #010BEA: hue angle of 237.42º 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 #010BEA is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 11 | 234 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.08 |
| HSL | 237.42º | 0.99% | 0.46% | - |
| HSV(B) | 237.42º | 1% | 0.92% | - |
| XYZ | 14.98 | 6.19 | 78.25 | - |
| YUV | 33.43 | 241.19 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 234 | 1.00 | 0.95 | 0 | 0.08 | 237.42 | 0.99 | 0.46 |
| Hex | 1 | B | EA | 64 | 5F | 0 | 8 | ED | 63 | 2E |
| Octal | 1 | 13 | 352 | 144 | 137 | 0 | 10 | 355 | 143 | 56 |
| Binary | 1 | 1011 | 11101010 | 1100100 | 1011111 | 0 | 1000 | 11101101 | 1100011 | 101110 |
Color Harmonies of #010BEA
Complementary color
Monochromatic Colors of #010BEA
Black with #010BEA
Text Example
Text Example
White with #010BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BEA; }
p { color: rgb(1,11,234); }
H1.HeaderClassName
{
color: #010BEA;
}
.AnyTagClassName
{
color: #010BEA;
}
</style>
background-color css
<style>
a { background-color: #010BEA; }
a { background-color: rgb(1,11,234); }
div.DivClassName
{
background-color: #010BEA;
}
.BgClassName
{
background-color: #010BEA;
}
</style>
border-color css
<style>
span { border-color: #010BEA; }
span { border-color: rgb(1,11,234); }
td.TdClassName
{
border-color: #010BEA;
}
.TagClassName
{
border-color: #010BEA;
}
</style>