Shades of Persian Blue #0B22CC
Tints of Persian Blue #0B22CC
RGB
CMYK
RGB Variations
Color information
#0B22CC (or 0x0B22CC) is known color: Persian Blue. HEX triplet: 0B, 22 and CC. RGB value is (11,34,204). Sum of RGB (Red+Green+Blue) = 11+34+204=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B22CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B22CC is #F4DD33. Grayscale: #2D2D2D. Windows color (decimal): -16047412 or 13378059. OLE color: 13378059.
HSL color Cylindrical-coordinate representation of color #0B22CC: hue angle of 232.85º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B22CC is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 34 | 204 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.2 |
| HSL | 232.85º | 0.9% | 0.42% | - |
| HSV(B) | 232.85º | 0.95% | 0.8% | - |
| XYZ | 11.61 | 5.57 | 57.59 | - |
| YUV | 46.5 | 216.88 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 204 | 0.95 | 0.83 | 0 | 0.2 | 232.85 | 0.9 | 0.42 |
| Hex | B | 22 | CC | 5F | 53 | 0 | 14 | E9 | 5A | 2A |
| Octal | 13 | 42 | 314 | 137 | 123 | 0 | 24 | 351 | 132 | 52 |
| Binary | 1011 | 100010 | 11001100 | 1011111 | 1010011 | 0 | 10100 | 11101001 | 1011010 | 101010 |
Color Harmonies of #0B22CC
Complementary color
Monochromatic Colors of #0B22CC
Black with #0B22CC
Text Example
Text Example
White with #0B22CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B22CC; }
p { color: rgb(11,34,204); }
H1.HeaderClassName
{
color: #0B22CC;
}
.AnyTagClassName
{
color: #0B22CC;
}
</style>
background-color css
<style>
a { background-color: #0B22CC; }
a { background-color: rgb(11,34,204); }
div.DivClassName
{
background-color: #0B22CC;
}
.BgClassName
{
background-color: #0B22CC;
}
</style>
border-color css
<style>
span { border-color: #0B22CC; }
span { border-color: rgb(11,34,204); }
td.TdClassName
{
border-color: #0B22CC;
}
.TagClassName
{
border-color: #0B22CC;
}
</style>