Shades of Persian Blue #0223CB
Tints of Persian Blue #0223CB
RGB
CMYK
RGB Variations
Color information
#0223CB (or 0x0223CB) is known color: Persian Blue. HEX triplet: 02, 23 and CB. RGB value is (2,35,203). Sum of RGB (Red+Green+Blue) = 2+35+203=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 203 (79.69% from 255 or 84.58% from 240); Max value from RGB is 203 - color contains mainly: blue. Hex color #0223CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0223CB is #FDDC34. Grayscale: #2B2B2B. Windows color (decimal): -16636981 or 13312770. OLE color: 13312770.
HSL color Cylindrical-coordinate representation of color #0223CB: hue angle of 230.15º 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 #0223CB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 35 | 203 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.20 |
| HSL | 230.15º | 0.98% | 0.4% | - |
| HSV(B) | 230.15º | 0.99% | 0.8% | - |
| XYZ | 11.41 | 5.53 | 56.97 | - |
| YUV | 44.29 | 217.57 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 203 | 0.99 | 0.83 | 0 | 0.20 | 230.15 | 0.98 | 0.4 |
| Hex | 2 | 23 | CB | 63 | 53 | 0 | 14 | E6 | 62 | 28 |
| Octal | 2 | 43 | 313 | 143 | 123 | 0 | 24 | 346 | 142 | 50 |
| Binary | 10 | 100011 | 11001011 | 1100011 | 1010011 | 0 | 10100 | 11100110 | 1100010 | 101000 |
Color Harmonies of #0223CB
Complementary color
Monochromatic Colors of #0223CB
Black with #0223CB
Text Example
Text Example
White with #0223CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0223CB; }
p { color: rgb(2,35,203); }
H1.HeaderClassName
{
color: #0223CB;
}
.AnyTagClassName
{
color: #0223CB;
}
</style>
background-color css
<style>
a { background-color: #0223CB; }
a { background-color: rgb(2,35,203); }
div.DivClassName
{
background-color: #0223CB;
}
.BgClassName
{
background-color: #0223CB;
}
</style>
border-color css
<style>
span { border-color: #0223CB; }
span { border-color: rgb(2,35,203); }
td.TdClassName
{
border-color: #0223CB;
}
.TagClassName
{
border-color: #0223CB;
}
</style>