Shades of Persian Blue #1227BD
Tints of Persian Blue #1227BD
RGB
CMYK
RGB Variations
Color information
#1227BD (or 0x1227BD) is known color: Persian Blue. HEX triplet: 12, 27 and BD. RGB value is (18,39,189). Sum of RGB (Red+Green+Blue) = 18+39+189=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #1227BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1227BD is #EDD842. Grayscale: #313131. Windows color (decimal): -15587395 or 12396306. OLE color: 12396306.
HSL color Cylindrical-coordinate representation of color #1227BD: hue angle of 232.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1227BD is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 39 | 189 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.26 |
| HSL | 232.63º | 0.83% | 0.41% | - |
| HSV(B) | 232.63º | 0.9% | 0.74% | - |
| XYZ | 10.16 | 5.25 | 48.62 | - |
| YUV | 49.82 | 206.54 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 189 | 0.90 | 0.79 | 0 | 0.26 | 232.63 | 0.83 | 0.41 |
| Hex | 12 | 27 | BD | 5A | 4F | 0 | 1A | E9 | 53 | 29 |
| Octal | 22 | 47 | 275 | 132 | 117 | 0 | 32 | 351 | 123 | 51 |
| Binary | 10010 | 100111 | 10111101 | 1011010 | 1001111 | 0 | 11010 | 11101001 | 1010011 | 101001 |
Color Harmonies of #1227BD
Complementary color
Monochromatic Colors of #1227BD
Black with #1227BD
Text Example
Text Example
White with #1227BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1227BD; }
p { color: rgb(18,39,189); }
H1.HeaderClassName
{
color: #1227BD;
}
.AnyTagClassName
{
color: #1227BD;
}
</style>
background-color css
<style>
a { background-color: #1227BD; }
a { background-color: rgb(18,39,189); }
div.DivClassName
{
background-color: #1227BD;
}
.BgClassName
{
background-color: #1227BD;
}
</style>
border-color css
<style>
span { border-color: #1227BD; }
span { border-color: rgb(18,39,189); }
td.TdClassName
{
border-color: #1227BD;
}
.TagClassName
{
border-color: #1227BD;
}
</style>