Shades of Medium Blue #0122CE
Tints of Medium Blue #0122CE
RGB
CMYK
RGB Variations
Color information
#0122CE (or 0x0122CE) is known color: Medium Blue. HEX triplet: 01, 22 and CE. RGB value is (1,34,206). Sum of RGB (Red+Green+Blue) = 1+34+206=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #0122CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0122CE is #FEDD31. Grayscale: #2B2B2B. Windows color (decimal): -16702770 or 13509121. OLE color: 13509121.
HSL color Cylindrical-coordinate representation of color #0122CE: hue angle of 230.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0122CE is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 34 | 206 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.19 |
| HSL | 230.34º | 0.99% | 0.41% | - |
| HSV(B) | 230.34º | 1% | 0.81% | - |
| XYZ | 11.73 | 5.61 | 58.86 | - |
| YUV | 43.74 | 219.57 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 206 | 1.00 | 0.83 | 0 | 0.19 | 230.34 | 0.99 | 0.41 |
| Hex | 1 | 22 | CE | 64 | 53 | 0 | 13 | E6 | 63 | 29 |
| Octal | 1 | 42 | 316 | 144 | 123 | 0 | 23 | 346 | 143 | 51 |
| Binary | 1 | 100010 | 11001110 | 1100100 | 1010011 | 0 | 10011 | 11100110 | 1100011 | 101001 |
Color Harmonies of #0122CE
Complementary color
Monochromatic Colors of #0122CE
Black with #0122CE
Text Example
Text Example
White with #0122CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0122CE; }
p { color: rgb(1,34,206); }
H1.HeaderClassName
{
color: #0122CE;
}
.AnyTagClassName
{
color: #0122CE;
}
</style>
background-color css
<style>
a { background-color: #0122CE; }
a { background-color: rgb(1,34,206); }
div.DivClassName
{
background-color: #0122CE;
}
.BgClassName
{
background-color: #0122CE;
}
</style>
border-color css
<style>
span { border-color: #0122CE; }
span { border-color: rgb(1,34,206); }
td.TdClassName
{
border-color: #0122CE;
}
.TagClassName
{
border-color: #0122CE;
}
</style>