Shades of Persian Blue #0033CF
Tints of Persian Blue #0033CF
RGB
CMYK
RGB Variations
Color information
#0033CF (or 0x0033CF) is known color: Persian Blue. HEX triplet: 00, 33 and CF. RGB value is (0,51,207). Sum of RGB (Red+Green+Blue) = 0+51+207=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #0033CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033CF is #FFCC30. Grayscale: #343434. Windows color (decimal): -16763953 or 13579008. OLE color: 13579008.
HSL color Cylindrical-coordinate representation of color #0033CF: hue angle of 225.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033CF is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 51 | 207 | - |
| CMYK | 1 | 0.75 | 0 | 0.19 |
| HSL | 225.22º | 1% | 0.41% | - |
| HSV(B) | 225.22º | 1% | 0.81% | - |
| XYZ | 12.45 | 6.87 | 59.7 | - |
| YUV | 53.54 | 214.6 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 207 | 1 | 0.75 | 0 | 0.19 | 225.22 | 1 | 0.41 |
| Hex | 0 | 33 | CF | 64 | 4B | 0 | 13 | E1 | 64 | 29 |
| Octal | 0 | 63 | 317 | 144 | 113 | 0 | 23 | 341 | 144 | 51 |
| Binary | 0 | 110011 | 11001111 | 1100100 | 1001011 | 0 | 10011 | 11100001 | 1100100 | 101001 |
Color Harmonies of #0033CF
Complementary color
Monochromatic Colors of #0033CF
Black with #0033CF
Text Example
Text Example
White with #0033CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033CF; }
p { color: rgb(0,51,207); }
H1.HeaderClassName
{
color: #0033CF;
}
.AnyTagClassName
{
color: #0033CF;
}
</style>
background-color css
<style>
a { background-color: #0033CF; }
a { background-color: rgb(0,51,207); }
div.DivClassName
{
background-color: #0033CF;
}
.BgClassName
{
background-color: #0033CF;
}
</style>
border-color css
<style>
span { border-color: #0033CF; }
span { border-color: rgb(0,51,207); }
td.TdClassName
{
border-color: #0033CF;
}
.TagClassName
{
border-color: #0033CF;
}
</style>