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