Shades of Persian Blue #1235CE
Tints of Persian Blue #1235CE
RGB
CMYK
RGB Variations
Color information
#1235CE (or 0x1235CE) is known color: Persian Blue. HEX triplet: 12, 35 and CE. RGB value is (18,53,206). Sum of RGB (Red+Green+Blue) = 18+53+206=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #1235CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1235CE is #EDCA31. Grayscale: #3B3B3B. Windows color (decimal): -15583794 or 13514002. OLE color: 13514002.
HSL color Cylindrical-coordinate representation of color #1235CE: hue angle of 228.83º 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 #1235CE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 53 | 206 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.19 |
| HSL | 228.83º | 0.84% | 0.44% | - |
| HSV(B) | 228.83º | 0.91% | 0.81% | - |
| XYZ | 12.66 | 7.13 | 59.1 | - |
| YUV | 59.98 | 210.4 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 206 | 0.91 | 0.74 | 0 | 0.19 | 228.83 | 0.84 | 0.44 |
| Hex | 12 | 35 | CE | 5B | 4A | 0 | 13 | E5 | 54 | 2C |
| Octal | 22 | 65 | 316 | 133 | 112 | 0 | 23 | 345 | 124 | 54 |
| Binary | 10010 | 110101 | 11001110 | 1011011 | 1001010 | 0 | 10011 | 11100101 | 1010100 | 101100 |
Color Harmonies of #1235CE
Complementary color
Monochromatic Colors of #1235CE
Black with #1235CE
Text Example
Text Example
White with #1235CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1235CE; }
p { color: rgb(18,53,206); }
H1.HeaderClassName
{
color: #1235CE;
}
.AnyTagClassName
{
color: #1235CE;
}
</style>
background-color css
<style>
a { background-color: #1235CE; }
a { background-color: rgb(18,53,206); }
div.DivClassName
{
background-color: #1235CE;
}
.BgClassName
{
background-color: #1235CE;
}
</style>
border-color css
<style>
span { border-color: #1235CE; }
span { border-color: rgb(18,53,206); }
td.TdClassName
{
border-color: #1235CE;
}
.TagClassName
{
border-color: #1235CE;
}
</style>