Shades of Blue #0123E7
Tints of Blue #0123E7
RGB
CMYK
RGB Variations
Color information
#0123E7 (or 0x0123E7) is known color: Blue. HEX triplet: 01, 23 and E7. RGB value is (1,35,231). Sum of RGB (Red+Green+Blue) = 1+35+231=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 231 (90.62% from 255 or 86.52% from 267); Max value from RGB is 231 - color contains mainly: blue. Hex color #0123E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0123E7 is #FEDC18. Grayscale: #2E2E2E. Windows color (decimal): -16702489 or 15147777. OLE color: 15147777.
HSL color Cylindrical-coordinate representation of color #0123E7: hue angle of 231.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0123E7 is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 35 | 231 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.09 |
| HSL | 231.13º | 0.99% | 0.45% | - |
| HSV(B) | 231.13º | 1% | 0.91% | - |
| XYZ | 15.04 | 6.98 | 76.16 | - |
| YUV | 47.18 | 231.74 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 231 | 1.00 | 0.85 | 0 | 0.09 | 231.13 | 0.99 | 0.45 |
| Hex | 1 | 23 | E7 | 64 | 55 | 0 | 9 | E7 | 63 | 2D |
| Octal | 1 | 43 | 347 | 144 | 125 | 0 | 11 | 347 | 143 | 55 |
| Binary | 1 | 100011 | 11100111 | 1100100 | 1010101 | 0 | 1001 | 11100111 | 1100011 | 101101 |
Color Harmonies of #0123E7
Complementary color
Monochromatic Colors of #0123E7
Black with #0123E7
Text Example
Text Example
White with #0123E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0123E7; }
p { color: rgb(1,35,231); }
H1.HeaderClassName
{
color: #0123E7;
}
.AnyTagClassName
{
color: #0123E7;
}
</style>
background-color css
<style>
a { background-color: #0123E7; }
a { background-color: rgb(1,35,231); }
div.DivClassName
{
background-color: #0123E7;
}
.BgClassName
{
background-color: #0123E7;
}
</style>
border-color css
<style>
span { border-color: #0123E7; }
span { border-color: rgb(1,35,231); }
td.TdClassName
{
border-color: #0123E7;
}
.TagClassName
{
border-color: #0123E7;
}
</style>