Shades of Persian Blue #1232EB
Tints of Persian Blue #1232EB
RGB
CMYK
RGB Variations
Color information
#1232EB (or 0x1232EB) is known color: Persian Blue. HEX triplet: 12, 32 and EB. RGB value is (18,50,235). Sum of RGB (Red+Green+Blue) = 18+50+235=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #1232EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1232EB is #EDCD14. Grayscale: #3C3C3C. Windows color (decimal): -15584533 or 15413778. OLE color: 15413778.
HSL color Cylindrical-coordinate representation of color #1232EB: hue angle of 231.15º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1232EB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 50 | 235 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.08 |
| HSL | 231.15º | 0.86% | 0.5% | - |
| HSV(B) | 231.15º | 0.92% | 0.92% | - |
| XYZ | 16.39 | 8.41 | 79.36 | - |
| YUV | 61.52 | 225.9 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 235 | 0.92 | 0.79 | 0 | 0.08 | 231.15 | 0.86 | 0.5 |
| Hex | 12 | 32 | EB | 5C | 4F | 0 | 8 | E7 | 56 | 32 |
| Octal | 22 | 62 | 353 | 134 | 117 | 0 | 10 | 347 | 126 | 62 |
| Binary | 10010 | 110010 | 11101011 | 1011100 | 1001111 | 0 | 1000 | 11100111 | 1010110 | 110010 |
Color Harmonies of #1232EB
Complementary color
Monochromatic Colors of #1232EB
Black with #1232EB
Text Example
Text Example
White with #1232EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232EB; }
p { color: rgb(18,50,235); }
H1.HeaderClassName
{
color: #1232EB;
}
.AnyTagClassName
{
color: #1232EB;
}
</style>
background-color css
<style>
a { background-color: #1232EB; }
a { background-color: rgb(18,50,235); }
div.DivClassName
{
background-color: #1232EB;
}
.BgClassName
{
background-color: #1232EB;
}
</style>
border-color css
<style>
span { border-color: #1232EB; }
span { border-color: rgb(18,50,235); }
td.TdClassName
{
border-color: #1232EB;
}
.TagClassName
{
border-color: #1232EB;
}
</style>