Shades of Persian Blue #023CC9
Tints of Persian Blue #023CC9
RGB
CMYK
RGB Variations
Color information
#023CC9 (or 0x023CC9) is known color: Persian Blue. HEX triplet: 02, 3C and C9. RGB value is (2,60,201). Sum of RGB (Red+Green+Blue) = 2+60+201=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #023CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CC9 is #FDC336. Grayscale: #3A3A3A. Windows color (decimal): -16630583 or 13188098. OLE color: 13188098.
HSL color Cylindrical-coordinate representation of color #023CC9: hue angle of 222.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CC9 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 60 | 201 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.21 |
| HSL | 222.51º | 0.98% | 0.4% | - |
| HSV(B) | 222.51º | 0.99% | 0.79% | - |
| XYZ | 12.18 | 7.46 | 56.06 | - |
| YUV | 58.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 201 | 0.99 | 0.70 | 0 | 0.21 | 222.51 | 0.98 | 0.4 |
| Hex | 2 | 3C | C9 | 63 | 46 | 0 | 15 | DF | 62 | 28 |
| Octal | 2 | 74 | 311 | 143 | 106 | 0 | 25 | 337 | 142 | 50 |
| Binary | 10 | 111100 | 11001001 | 1100011 | 1000110 | 0 | 10101 | 11011111 | 1100010 | 101000 |
Color Harmonies of #023CC9
Complementary color
Monochromatic Colors of #023CC9
Black with #023CC9
Text Example
Text Example
White with #023CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CC9; }
p { color: rgb(2,60,201); }
H1.HeaderClassName
{
color: #023CC9;
}
.AnyTagClassName
{
color: #023CC9;
}
</style>
background-color css
<style>
a { background-color: #023CC9; }
a { background-color: rgb(2,60,201); }
div.DivClassName
{
background-color: #023CC9;
}
.BgClassName
{
background-color: #023CC9;
}
</style>
border-color css
<style>
span { border-color: #023CC9; }
span { border-color: rgb(2,60,201); }
td.TdClassName
{
border-color: #023CC9;
}
.TagClassName
{
border-color: #023CC9;
}
</style>