Shades of Persian Blue #1249B8
Tints of Persian Blue #1249B8
RGB
CMYK
RGB Variations
Color information
#1249B8 (or 0x1249B8) is known color: Persian Blue. HEX triplet: 12, 49 and B8. RGB value is (18,73,184). Sum of RGB (Red+Green+Blue) = 18+73+184=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 184 (72.27% from 255 or 66.91% from 275); Max value from RGB is 184 - color contains mainly: blue. Hex color #1249B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249B8 is #EDB647. Grayscale: #444444. Windows color (decimal): -15578696 or 12077330. OLE color: 12077330.
HSL color Cylindrical-coordinate representation of color #1249B8: hue angle of 220.12º 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 #1249B8 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 73 | 184 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.28 |
| HSL | 220.12º | 0.82% | 0.4% | - |
| HSV(B) | 220.12º | 0.9% | 0.72% | - |
| XYZ | 11.28 | 8.35 | 46.37 | - |
| YUV | 69.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 184 | 0.90 | 0.60 | 0 | 0.28 | 220.12 | 0.82 | 0.4 |
| Hex | 12 | 49 | B8 | 5A | 3C | 0 | 1C | DC | 52 | 28 |
| Octal | 22 | 111 | 270 | 132 | 74 | 0 | 34 | 334 | 122 | 50 |
| Binary | 10010 | 1001001 | 10111000 | 1011010 | 111100 | 0 | 11100 | 11011100 | 1010010 | 101000 |
Color Harmonies of #1249B8
Complementary color
Monochromatic Colors of #1249B8
Black with #1249B8
Text Example
Text Example
White with #1249B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249B8; }
p { color: rgb(18,73,184); }
H1.HeaderClassName
{
color: #1249B8;
}
.AnyTagClassName
{
color: #1249B8;
}
</style>
background-color css
<style>
a { background-color: #1249B8; }
a { background-color: rgb(18,73,184); }
div.DivClassName
{
background-color: #1249B8;
}
.BgClassName
{
background-color: #1249B8;
}
</style>
border-color css
<style>
span { border-color: #1249B8; }
span { border-color: rgb(18,73,184); }
td.TdClassName
{
border-color: #1249B8;
}
.TagClassName
{
border-color: #1249B8;
}
</style>