Shades of Persian Blue #0C22BD
Tints of Persian Blue #0C22BD
RGB
CMYK
RGB Variations
Color information
#0C22BD (or 0x0C22BD) is known color: Persian Blue. HEX triplet: 0C, 22 and BD. RGB value is (12,34,189). Sum of RGB (Red+Green+Blue) = 12+34+189=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C22BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C22BD is #F3DD42. Grayscale: #2C2C2C. Windows color (decimal): -15981891 or 12395020. OLE color: 12395020.
HSL color Cylindrical-coordinate representation of color #0C22BD: hue angle of 232.54º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C22BD is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 34 | 189 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.26 |
| HSL | 232.54º | 0.88% | 0.39% | - |
| HSV(B) | 232.54º | 0.94% | 0.74% | - |
| XYZ | 9.91 | 4.9 | 48.57 | - |
| YUV | 45.09 | 209.21 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 189 | 0.94 | 0.82 | 0 | 0.26 | 232.54 | 0.88 | 0.39 |
| Hex | C | 22 | BD | 5E | 52 | 0 | 1A | E9 | 58 | 27 |
| Octal | 14 | 42 | 275 | 136 | 122 | 0 | 32 | 351 | 130 | 47 |
| Binary | 1100 | 100010 | 10111101 | 1011110 | 1010010 | 0 | 11010 | 11101001 | 1011000 | 100111 |
Color Harmonies of #0C22BD
Complementary color
Monochromatic Colors of #0C22BD
Black with #0C22BD
Text Example
Text Example
White with #0C22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C22BD; }
p { color: rgb(12,34,189); }
H1.HeaderClassName
{
color: #0C22BD;
}
.AnyTagClassName
{
color: #0C22BD;
}
</style>
background-color css
<style>
a { background-color: #0C22BD; }
a { background-color: rgb(12,34,189); }
div.DivClassName
{
background-color: #0C22BD;
}
.BgClassName
{
background-color: #0C22BD;
}
</style>
border-color css
<style>
span { border-color: #0C22BD; }
span { border-color: rgb(12,34,189); }
td.TdClassName
{
border-color: #0C22BD;
}
.TagClassName
{
border-color: #0C22BD;
}
</style>