Shades of Persian Blue #1242B3
Tints of Persian Blue #1242B3
RGB
CMYK
RGB Variations
Color information
#1242B3 (or 0x1242B3) is known color: Persian Blue. HEX triplet: 12, 42 and B3. RGB value is (18,66,179). Sum of RGB (Red+Green+Blue) = 18+66+179=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #1242B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242B3 is #EDBD4C. Grayscale: #404040. Windows color (decimal): -15580493 or 11747858. OLE color: 11747858.
HSL color Cylindrical-coordinate representation of color #1242B3: hue angle of 222.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1242B3 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 66 | 179 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.30 |
| HSL | 222.11º | 0.82% | 0.39% | - |
| HSV(B) | 222.11º | 0.9% | 0.7% | - |
| XYZ | 10.33 | 7.28 | 43.51 | - |
| YUV | 64.53 | 192.6 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 179 | 0.90 | 0.63 | 0 | 0.30 | 222.11 | 0.82 | 0.39 |
| Hex | 12 | 42 | B3 | 5A | 3F | 0 | 1E | DE | 52 | 27 |
| Octal | 22 | 102 | 263 | 132 | 77 | 0 | 36 | 336 | 122 | 47 |
| Binary | 10010 | 1000010 | 10110011 | 1011010 | 111111 | 0 | 11110 | 11011110 | 1010010 | 100111 |
Color Harmonies of #1242B3
Complementary color
Monochromatic Colors of #1242B3
Black with #1242B3
Text Example
Text Example
White with #1242B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242B3; }
p { color: rgb(18,66,179); }
H1.HeaderClassName
{
color: #1242B3;
}
.AnyTagClassName
{
color: #1242B3;
}
</style>
background-color css
<style>
a { background-color: #1242B3; }
a { background-color: rgb(18,66,179); }
div.DivClassName
{
background-color: #1242B3;
}
.BgClassName
{
background-color: #1242B3;
}
</style>
border-color css
<style>
span { border-color: #1242B3; }
span { border-color: rgb(18,66,179); }
td.TdClassName
{
border-color: #1242B3;
}
.TagClassName
{
border-color: #1242B3;
}
</style>