Shades of Persian Blue #1033CE
Tints of Persian Blue #1033CE
RGB
CMYK
RGB Variations
Color information
#1033CE (or 0x1033CE) is known color: Persian Blue. HEX triplet: 10, 33 and CE. RGB value is (16,51,206). Sum of RGB (Red+Green+Blue) = 16+51+206=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #1033CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1033CE is #EFCC31. Grayscale: #393939. Windows color (decimal): -15715378 or 13513488. OLE color: 13513488.
HSL color Cylindrical-coordinate representation of color #1033CE: hue angle of 228.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1033CE is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 51 | 206 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.19 |
| HSL | 228.95º | 0.86% | 0.44% | - |
| HSV(B) | 228.95º | 0.92% | 0.81% | - |
| XYZ | 12.54 | 6.93 | 59.07 | - |
| YUV | 58.21 | 211.4 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 206 | 0.92 | 0.75 | 0 | 0.19 | 228.95 | 0.86 | 0.44 |
| Hex | 10 | 33 | CE | 5C | 4B | 0 | 13 | E5 | 56 | 2C |
| Octal | 20 | 63 | 316 | 134 | 113 | 0 | 23 | 345 | 126 | 54 |
| Binary | 10000 | 110011 | 11001110 | 1011100 | 1001011 | 0 | 10011 | 11100101 | 1010110 | 101100 |
Color Harmonies of #1033CE
Complementary color
Monochromatic Colors of #1033CE
Black with #1033CE
Text Example
Text Example
White with #1033CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1033CE; }
p { color: rgb(16,51,206); }
H1.HeaderClassName
{
color: #1033CE;
}
.AnyTagClassName
{
color: #1033CE;
}
</style>
background-color css
<style>
a { background-color: #1033CE; }
a { background-color: rgb(16,51,206); }
div.DivClassName
{
background-color: #1033CE;
}
.BgClassName
{
background-color: #1033CE;
}
</style>
border-color css
<style>
span { border-color: #1033CE; }
span { border-color: rgb(16,51,206); }
td.TdClassName
{
border-color: #1033CE;
}
.TagClassName
{
border-color: #1033CE;
}
</style>