Shades of Persian Blue #1242B8
Tints of Persian Blue #1242B8
RGB
CMYK
RGB Variations
Color information
#1242B8 (or 0x1242B8) is known color: Persian Blue. HEX triplet: 12, 42 and B8. RGB value is (18,66,184). Sum of RGB (Red+Green+Blue) = 18+66+184=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 184 (72.27% from 255 or 68.66% from 268); Max value from RGB is 184 - color contains mainly: blue. Hex color #1242B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242B8 is #EDBD47. Grayscale: #404040. Windows color (decimal): -15580488 or 12075538. OLE color: 12075538.
HSL color Cylindrical-coordinate representation of color #1242B8: hue angle of 222.65º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1242B8 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 66 | 184 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.28 |
| HSL | 222.65º | 0.82% | 0.4% | - |
| HSV(B) | 222.65º | 0.9% | 0.72% | - |
| XYZ | 10.85 | 7.49 | 46.22 | - |
| YUV | 65.1 | 195.1 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 184 | 0.90 | 0.64 | 0 | 0.28 | 222.65 | 0.82 | 0.4 |
| Hex | 12 | 42 | B8 | 5A | 40 | 0 | 1C | DF | 52 | 28 |
| Octal | 22 | 102 | 270 | 132 | 100 | 0 | 34 | 337 | 122 | 50 |
| Binary | 10010 | 1000010 | 10111000 | 1011010 | 1000000 | 0 | 11100 | 11011111 | 1010010 | 101000 |
Color Harmonies of #1242B8
Complementary color
Monochromatic Colors of #1242B8
Black with #1242B8
Text Example
Text Example
White with #1242B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242B8; }
p { color: rgb(18,66,184); }
H1.HeaderClassName
{
color: #1242B8;
}
.AnyTagClassName
{
color: #1242B8;
}
</style>
background-color css
<style>
a { background-color: #1242B8; }
a { background-color: rgb(18,66,184); }
div.DivClassName
{
background-color: #1242B8;
}
.BgClassName
{
background-color: #1242B8;
}
</style>
border-color css
<style>
span { border-color: #1242B8; }
span { border-color: rgb(18,66,184); }
td.TdClassName
{
border-color: #1242B8;
}
.TagClassName
{
border-color: #1242B8;
}
</style>