Shades of Persian Blue #1244CB
Tints of Persian Blue #1244CB
RGB
CMYK
RGB Variations
Color information
#1244CB (or 0x1244CB) is known color: Persian Blue. HEX triplet: 12, 44 and CB. RGB value is (18,68,203). Sum of RGB (Red+Green+Blue) = 18+68+203=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #1244CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1244CB is #EDBB34. Grayscale: #434343. Windows color (decimal): -15579957 or 13321234. OLE color: 13321234.
HSL color Cylindrical-coordinate representation of color #1244CB: hue angle of 223.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1244CB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 68 | 203 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.20 |
| HSL | 223.78º | 0.84% | 0.43% | - |
| HSV(B) | 223.78º | 0.91% | 0.8% | - |
| XYZ | 13.1 | 8.57 | 57.46 | - |
| YUV | 68.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 203 | 0.91 | 0.67 | 0 | 0.20 | 223.78 | 0.84 | 0.43 |
| Hex | 12 | 44 | CB | 5B | 43 | 0 | 14 | E0 | 54 | 2B |
| Octal | 22 | 104 | 313 | 133 | 103 | 0 | 24 | 340 | 124 | 53 |
| Binary | 10010 | 1000100 | 11001011 | 1011011 | 1000011 | 0 | 10100 | 11100000 | 1010100 | 101011 |
Color Harmonies of #1244CB
Complementary color
Monochromatic Colors of #1244CB
Black with #1244CB
Text Example
Text Example
White with #1244CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1244CB; }
p { color: rgb(18,68,203); }
H1.HeaderClassName
{
color: #1244CB;
}
.AnyTagClassName
{
color: #1244CB;
}
</style>
background-color css
<style>
a { background-color: #1244CB; }
a { background-color: rgb(18,68,203); }
div.DivClassName
{
background-color: #1244CB;
}
.BgClassName
{
background-color: #1244CB;
}
</style>
border-color css
<style>
span { border-color: #1244CB; }
span { border-color: rgb(18,68,203); }
td.TdClassName
{
border-color: #1244CB;
}
.TagClassName
{
border-color: #1244CB;
}
</style>