Shades of Persian Blue #1023CE
Tints of Persian Blue #1023CE
RGB
CMYK
RGB Variations
Color information
#1023CE (or 0x1023CE) is known color: Persian Blue. HEX triplet: 10, 23 and CE. RGB value is (16,35,206). Sum of RGB (Red+Green+Blue) = 16+35+206=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #1023CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1023CE is #EFDC31. Grayscale: #303030. Windows color (decimal): -15719474 or 13509392. OLE color: 13509392.
HSL color Cylindrical-coordinate representation of color #1023CE: hue angle of 234º 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 #1023CE is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 35 | 206 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.19 |
| HSL | 234º | 0.86% | 0.44% | - |
| HSV(B) | 234º | 0.92% | 0.81% | - |
| XYZ | 11.96 | 5.77 | 58.88 | - |
| YUV | 48.81 | 216.71 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 206 | 0.92 | 0.83 | 0 | 0.19 | 234 | 0.86 | 0.44 |
| Hex | 10 | 23 | CE | 5C | 53 | 0 | 13 | EA | 56 | 2C |
| Octal | 20 | 43 | 316 | 134 | 123 | 0 | 23 | 352 | 126 | 54 |
| Binary | 10000 | 100011 | 11001110 | 1011100 | 1010011 | 0 | 10011 | 11101010 | 1010110 | 101100 |
Color Harmonies of #1023CE
Complementary color
Monochromatic Colors of #1023CE
Black with #1023CE
Text Example
Text Example
White with #1023CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1023CE; }
p { color: rgb(16,35,206); }
H1.HeaderClassName
{
color: #1023CE;
}
.AnyTagClassName
{
color: #1023CE;
}
</style>
background-color css
<style>
a { background-color: #1023CE; }
a { background-color: rgb(16,35,206); }
div.DivClassName
{
background-color: #1023CE;
}
.BgClassName
{
background-color: #1023CE;
}
</style>
border-color css
<style>
span { border-color: #1023CE; }
span { border-color: rgb(16,35,206); }
td.TdClassName
{
border-color: #1023CE;
}
.TagClassName
{
border-color: #1023CE;
}
</style>