Shades of Persian Blue #1227DA
Tints of Persian Blue #1227DA
RGB
CMYK
RGB Variations
Color information
#1227DA (or 0x1227DA) is known color: Persian Blue. HEX triplet: 12, 27 and DA. RGB value is (18,39,218). Sum of RGB (Red+Green+Blue) = 18+39+218=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 218 (85.55% from 255 or 79.27% from 275); Max value from RGB is 218 - color contains mainly: blue. Hex color #1227DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1227DA is #EDD825. Grayscale: #343434. Windows color (decimal): -15587366 or 14296850. OLE color: 14296850.
HSL color Cylindrical-coordinate representation of color #1227DA: hue angle of 233.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1227DA is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 39 | 218 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.15 |
| HSL | 233.7º | 0.85% | 0.46% | - |
| HSV(B) | 233.7º | 0.92% | 0.85% | - |
| XYZ | 13.63 | 6.64 | 66.89 | - |
| YUV | 53.13 | 221.04 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 218 | 0.92 | 0.82 | 0 | 0.15 | 233.7 | 0.85 | 0.46 |
| Hex | 12 | 27 | DA | 5C | 52 | 0 | F | EA | 55 | 2E |
| Octal | 22 | 47 | 332 | 134 | 122 | 0 | 17 | 352 | 125 | 56 |
| Binary | 10010 | 100111 | 11011010 | 1011100 | 1010010 | 0 | 1111 | 11101010 | 1010101 | 101110 |
Color Harmonies of #1227DA
Complementary color
Monochromatic Colors of #1227DA
Black with #1227DA
Text Example
Text Example
White with #1227DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1227DA; }
p { color: rgb(18,39,218); }
H1.HeaderClassName
{
color: #1227DA;
}
.AnyTagClassName
{
color: #1227DA;
}
</style>
background-color css
<style>
a { background-color: #1227DA; }
a { background-color: rgb(18,39,218); }
div.DivClassName
{
background-color: #1227DA;
}
.BgClassName
{
background-color: #1227DA;
}
</style>
border-color css
<style>
span { border-color: #1227DA; }
span { border-color: rgb(18,39,218); }
td.TdClassName
{
border-color: #1227DA;
}
.TagClassName
{
border-color: #1227DA;
}
</style>