Shades of Persian Blue #1236CF
Tints of Persian Blue #1236CF
RGB
CMYK
RGB Variations
Color information
#1236CF (or 0x1236CF) is known color: Persian Blue. HEX triplet: 12, 36 and CF. RGB value is (18,54,207). Sum of RGB (Red+Green+Blue) = 18+54+207=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #1236CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1236CF is #EDC930. Grayscale: #3C3C3C. Windows color (decimal): -15583537 or 13579794. OLE color: 13579794.
HSL color Cylindrical-coordinate representation of color #1236CF: hue angle of 228.57º 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 #1236CF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 54 | 207 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.19 |
| HSL | 228.57º | 0.84% | 0.44% | - |
| HSV(B) | 228.57º | 0.91% | 0.81% | - |
| XYZ | 12.83 | 7.27 | 59.76 | - |
| YUV | 60.68 | 210.57 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 207 | 0.91 | 0.74 | 0 | 0.19 | 228.57 | 0.84 | 0.44 |
| Hex | 12 | 36 | CF | 5B | 4A | 0 | 13 | E5 | 54 | 2C |
| Octal | 22 | 66 | 317 | 133 | 112 | 0 | 23 | 345 | 124 | 54 |
| Binary | 10010 | 110110 | 11001111 | 1011011 | 1001010 | 0 | 10011 | 11100101 | 1010100 | 101100 |
Color Harmonies of #1236CF
Complementary color
Monochromatic Colors of #1236CF
Black with #1236CF
Text Example
Text Example
White with #1236CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1236CF; }
p { color: rgb(18,54,207); }
H1.HeaderClassName
{
color: #1236CF;
}
.AnyTagClassName
{
color: #1236CF;
}
</style>
background-color css
<style>
a { background-color: #1236CF; }
a { background-color: rgb(18,54,207); }
div.DivClassName
{
background-color: #1236CF;
}
.BgClassName
{
background-color: #1236CF;
}
</style>
border-color css
<style>
span { border-color: #1236CF; }
span { border-color: rgb(18,54,207); }
td.TdClassName
{
border-color: #1236CF;
}
.TagClassName
{
border-color: #1236CF;
}
</style>