Shades of Persian Blue #1242BD
Tints of Persian Blue #1242BD
RGB
CMYK
RGB Variations
Color information
#1242BD (or 0x1242BD) is known color: Persian Blue. HEX triplet: 12, 42 and BD. RGB value is (18,66,189). Sum of RGB (Red+Green+Blue) = 18+66+189=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #1242BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242BD is #EDBD42. Grayscale: #414141. Windows color (decimal): -15580483 or 12403218. OLE color: 12403218.
HSL color Cylindrical-coordinate representation of color #1242BD: hue angle of 223.16º 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 #1242BD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 66 | 189 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.26 |
| HSL | 223.16º | 0.83% | 0.41% | - |
| HSV(B) | 223.16º | 0.9% | 0.74% | - |
| XYZ | 11.38 | 7.7 | 49.03 | - |
| YUV | 65.67 | 197.6 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 189 | 0.90 | 0.65 | 0 | 0.26 | 223.16 | 0.83 | 0.41 |
| Hex | 12 | 42 | BD | 5A | 41 | 0 | 1A | DF | 53 | 29 |
| Octal | 22 | 102 | 275 | 132 | 101 | 0 | 32 | 337 | 123 | 51 |
| Binary | 10010 | 1000010 | 10111101 | 1011010 | 1000001 | 0 | 11010 | 11011111 | 1010011 | 101001 |
Color Harmonies of #1242BD
Complementary color
Monochromatic Colors of #1242BD
Black with #1242BD
Text Example
Text Example
White with #1242BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242BD; }
p { color: rgb(18,66,189); }
H1.HeaderClassName
{
color: #1242BD;
}
.AnyTagClassName
{
color: #1242BD;
}
</style>
background-color css
<style>
a { background-color: #1242BD; }
a { background-color: rgb(18,66,189); }
div.DivClassName
{
background-color: #1242BD;
}
.BgClassName
{
background-color: #1242BD;
}
</style>
border-color css
<style>
span { border-color: #1242BD; }
span { border-color: rgb(18,66,189); }
td.TdClassName
{
border-color: #1242BD;
}
.TagClassName
{
border-color: #1242BD;
}
</style>