Shades of Blue #0C22EB
Tints of Blue #0C22EB
RGB
CMYK
RGB Variations
Color information
#0C22EB (or 0x0C22EB) is known color: Blue. HEX triplet: 0C, 22 and EB. RGB value is (12,34,235). Sum of RGB (Red+Green+Blue) = 12+34+235=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C22EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C22EB is #F3DD14. Grayscale: #313131. Windows color (decimal): -15981845 or 15409676. OLE color: 15409676.
HSL color Cylindrical-coordinate representation of color #0C22EB: hue angle of 234.08º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C22EB is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 34 | 235 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.08 |
| HSL | 234.08º | 0.9% | 0.48% | - |
| HSV(B) | 234.08º | 0.95% | 0.92% | - |
| XYZ | 15.72 | 7.22 | 79.16 | - |
| YUV | 50.34 | 232.21 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 235 | 0.95 | 0.86 | 0 | 0.08 | 234.08 | 0.9 | 0.48 |
| Hex | C | 22 | EB | 5F | 56 | 0 | 8 | EA | 5A | 30 |
| Octal | 14 | 42 | 353 | 137 | 126 | 0 | 10 | 352 | 132 | 60 |
| Binary | 1100 | 100010 | 11101011 | 1011111 | 1010110 | 0 | 1000 | 11101010 | 1011010 | 110000 |
Color Harmonies of #0C22EB
Complementary color
Monochromatic Colors of #0C22EB
Black with #0C22EB
Text Example
Text Example
White with #0C22EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C22EB; }
p { color: rgb(12,34,235); }
H1.HeaderClassName
{
color: #0C22EB;
}
.AnyTagClassName
{
color: #0C22EB;
}
</style>
background-color css
<style>
a { background-color: #0C22EB; }
a { background-color: rgb(12,34,235); }
div.DivClassName
{
background-color: #0C22EB;
}
.BgClassName
{
background-color: #0C22EB;
}
</style>
border-color css
<style>
span { border-color: #0C22EB; }
span { border-color: rgb(12,34,235); }
td.TdClassName
{
border-color: #0C22EB;
}
.TagClassName
{
border-color: #0C22EB;
}
</style>