Shades of Persian Blue #1245CE
Tints of Persian Blue #1245CE
RGB
CMYK
RGB Variations
Color information
#1245CE (or 0x1245CE) is known color: Persian Blue. HEX triplet: 12, 45 and CE. RGB value is (18,69,206). Sum of RGB (Red+Green+Blue) = 18+69+206=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #1245CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1245CE is #EDBA31. Grayscale: #444444. Windows color (decimal): -15579698 or 13518098. OLE color: 13518098.
HSL color Cylindrical-coordinate representation of color #1245CE: hue angle of 223.72º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1245CE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 69 | 206 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.19 |
| HSL | 223.72º | 0.84% | 0.44% | - |
| HSV(B) | 223.72º | 0.91% | 0.81% | - |
| XYZ | 13.52 | 8.84 | 59.39 | - |
| YUV | 69.37 | 205.1 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 206 | 0.91 | 0.67 | 0 | 0.19 | 223.72 | 0.84 | 0.44 |
| Hex | 12 | 45 | CE | 5B | 43 | 0 | 13 | E0 | 54 | 2C |
| Octal | 22 | 105 | 316 | 133 | 103 | 0 | 23 | 340 | 124 | 54 |
| Binary | 10010 | 1000101 | 11001110 | 1011011 | 1000011 | 0 | 10011 | 11100000 | 1010100 | 101100 |
Color Harmonies of #1245CE
Complementary color
Monochromatic Colors of #1245CE
Black with #1245CE
Text Example
Text Example
White with #1245CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1245CE; }
p { color: rgb(18,69,206); }
H1.HeaderClassName
{
color: #1245CE;
}
.AnyTagClassName
{
color: #1245CE;
}
</style>
background-color css
<style>
a { background-color: #1245CE; }
a { background-color: rgb(18,69,206); }
div.DivClassName
{
background-color: #1245CE;
}
.BgClassName
{
background-color: #1245CE;
}
</style>
border-color css
<style>
span { border-color: #1245CE; }
span { border-color: rgb(18,69,206); }
td.TdClassName
{
border-color: #1245CE;
}
.TagClassName
{
border-color: #1245CE;
}
</style>