Shades of Medium Blue #0122CB
Tints of Medium Blue #0122CB
RGB
CMYK
RGB Variations
Color information
#0122CB (or 0x0122CB) is known color: Medium Blue. HEX triplet: 01, 22 and CB. RGB value is (1,34,203). Sum of RGB (Red+Green+Blue) = 1+34+203=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #0122CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0122CB is #FEDD34. Grayscale: #2A2A2A. Windows color (decimal): -16702773 or 13312513. OLE color: 13312513.
HSL color Cylindrical-coordinate representation of color #0122CB: hue angle of 230.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0122CB is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 34 | 203 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.20 |
| HSL | 230.2º | 0.99% | 0.4% | - |
| HSV(B) | 230.2º | 1% | 0.8% | - |
| XYZ | 11.36 | 5.46 | 56.96 | - |
| YUV | 43.4 | 218.07 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 203 | 1.00 | 0.83 | 0 | 0.20 | 230.2 | 0.99 | 0.4 |
| Hex | 1 | 22 | CB | 64 | 53 | 0 | 14 | E6 | 63 | 28 |
| Octal | 1 | 42 | 313 | 144 | 123 | 0 | 24 | 346 | 143 | 50 |
| Binary | 1 | 100010 | 11001011 | 1100100 | 1010011 | 0 | 10100 | 11100110 | 1100011 | 101000 |
Color Harmonies of #0122CB
Complementary color
Monochromatic Colors of #0122CB
Black with #0122CB
Text Example
Text Example
White with #0122CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0122CB; }
p { color: rgb(1,34,203); }
H1.HeaderClassName
{
color: #0122CB;
}
.AnyTagClassName
{
color: #0122CB;
}
</style>
background-color css
<style>
a { background-color: #0122CB; }
a { background-color: rgb(1,34,203); }
div.DivClassName
{
background-color: #0122CB;
}
.BgClassName
{
background-color: #0122CB;
}
</style>
border-color css
<style>
span { border-color: #0122CB; }
span { border-color: rgb(1,34,203); }
td.TdClassName
{
border-color: #0122CB;
}
.TagClassName
{
border-color: #0122CB;
}
</style>