Shades of Persian Blue #1227CD
Tints of Persian Blue #1227CD
RGB
CMYK
RGB Variations
Color information
#1227CD (or 0x1227CD) is known color: Persian Blue. HEX triplet: 12, 27 and CD. RGB value is (18,39,205). Sum of RGB (Red+Green+Blue) = 18+39+205=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #1227CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1227CD is #EDD832. Grayscale: #323232. Windows color (decimal): -15587379 or 13444882. OLE color: 13444882.
HSL color Cylindrical-coordinate representation of color #1227CD: hue angle of 233.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1227CD is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 39 | 205 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.20 |
| HSL | 233.26º | 0.84% | 0.44% | - |
| HSV(B) | 233.26º | 0.91% | 0.8% | - |
| XYZ | 11.99 | 5.99 | 58.28 | - |
| YUV | 51.65 | 214.54 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 205 | 0.91 | 0.81 | 0 | 0.20 | 233.26 | 0.84 | 0.44 |
| Hex | 12 | 27 | CD | 5B | 51 | 0 | 14 | E9 | 54 | 2C |
| Octal | 22 | 47 | 315 | 133 | 121 | 0 | 24 | 351 | 124 | 54 |
| Binary | 10010 | 100111 | 11001101 | 1011011 | 1010001 | 0 | 10100 | 11101001 | 1010100 | 101100 |
Color Harmonies of #1227CD
Complementary color
Monochromatic Colors of #1227CD
Black with #1227CD
Text Example
Text Example
White with #1227CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1227CD; }
p { color: rgb(18,39,205); }
H1.HeaderClassName
{
color: #1227CD;
}
.AnyTagClassName
{
color: #1227CD;
}
</style>
background-color css
<style>
a { background-color: #1227CD; }
a { background-color: rgb(18,39,205); }
div.DivClassName
{
background-color: #1227CD;
}
.BgClassName
{
background-color: #1227CD;
}
</style>
border-color css
<style>
span { border-color: #1227CD; }
span { border-color: rgb(18,39,205); }
td.TdClassName
{
border-color: #1227CD;
}
.TagClassName
{
border-color: #1227CD;
}
</style>