Shades of Persian Blue #022BCB
Tints of Persian Blue #022BCB
RGB
CMYK
RGB Variations
Color information
#022BCB (or 0x022BCB) is known color: Persian Blue. HEX triplet: 02, 2B and CB. RGB value is (2,43,203). Sum of RGB (Red+Green+Blue) = 2+43+203=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #022BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BCB is #FDD434. Grayscale: #303030. Windows color (decimal): -16634933 or 13314818. OLE color: 13314818.
HSL color Cylindrical-coordinate representation of color #022BCB: hue angle of 227.76º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BCB is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 43 | 203 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.20 |
| HSL | 227.76º | 0.98% | 0.4% | - |
| HSV(B) | 227.76º | 0.99% | 0.8% | - |
| XYZ | 11.67 | 6.05 | 57.05 | - |
| YUV | 48.98 | 214.92 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 203 | 0.99 | 0.79 | 0 | 0.20 | 227.76 | 0.98 | 0.4 |
| Hex | 2 | 2B | CB | 63 | 4F | 0 | 14 | E4 | 62 | 28 |
| Octal | 2 | 53 | 313 | 143 | 117 | 0 | 24 | 344 | 142 | 50 |
| Binary | 10 | 101011 | 11001011 | 1100011 | 1001111 | 0 | 10100 | 11100100 | 1100010 | 101000 |
Color Harmonies of #022BCB
Complementary color
Monochromatic Colors of #022BCB
Black with #022BCB
Text Example
Text Example
White with #022BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BCB; }
p { color: rgb(2,43,203); }
H1.HeaderClassName
{
color: #022BCB;
}
.AnyTagClassName
{
color: #022BCB;
}
</style>
background-color css
<style>
a { background-color: #022BCB; }
a { background-color: rgb(2,43,203); }
div.DivClassName
{
background-color: #022BCB;
}
.BgClassName
{
background-color: #022BCB;
}
</style>
border-color css
<style>
span { border-color: #022BCB; }
span { border-color: rgb(2,43,203); }
td.TdClassName
{
border-color: #022BCB;
}
.TagClassName
{
border-color: #022BCB;
}
</style>