Shades of Persian Blue #0233C8
Tints of Persian Blue #0233C8
RGB
CMYK
RGB Variations
Color information
#0233C8 (or 0x0233C8) is known color: Persian Blue. HEX triplet: 02, 33 and C8. RGB value is (2,51,200). Sum of RGB (Red+Green+Blue) = 2+51+200=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 200 (78.52% from 255 or 79.05% from 253); Max value from RGB is 200 - color contains mainly: blue. Hex color #0233C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0233C8 is #FDCC37. Grayscale: #343434. Windows color (decimal): -16632888 or 13120258. OLE color: 13120258.
HSL color Cylindrical-coordinate representation of color #0233C8: hue angle of 225.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233C8 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 51 | 200 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.22 |
| HSL | 225.15º | 0.98% | 0.4% | - |
| HSV(B) | 225.15º | 0.99% | 0.78% | - |
| XYZ | 11.63 | 6.55 | 55.29 | - |
| YUV | 53.34 | 210.77 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 200 | 0.99 | 0.74 | 0 | 0.22 | 225.15 | 0.98 | 0.4 |
| Hex | 2 | 33 | C8 | 63 | 4A | 0 | 16 | E1 | 62 | 28 |
| Octal | 2 | 63 | 310 | 143 | 112 | 0 | 26 | 341 | 142 | 50 |
| Binary | 10 | 110011 | 11001000 | 1100011 | 1001010 | 0 | 10110 | 11100001 | 1100010 | 101000 |
Color Harmonies of #0233C8
Complementary color
Monochromatic Colors of #0233C8
Black with #0233C8
Text Example
Text Example
White with #0233C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0233C8; }
p { color: rgb(2,51,200); }
H1.HeaderClassName
{
color: #0233C8;
}
.AnyTagClassName
{
color: #0233C8;
}
</style>
background-color css
<style>
a { background-color: #0233C8; }
a { background-color: rgb(2,51,200); }
div.DivClassName
{
background-color: #0233C8;
}
.BgClassName
{
background-color: #0233C8;
}
</style>
border-color css
<style>
span { border-color: #0233C8; }
span { border-color: rgb(2,51,200); }
td.TdClassName
{
border-color: #0233C8;
}
.TagClassName
{
border-color: #0233C8;
}
</style>