Shades of Persian Blue #1432EF
Tints of Persian Blue #1432EF
RGB
CMYK
RGB Variations
Color information
#1432EF (or 0x1432EF) is known color: Persian Blue. HEX triplet: 14, 32 and EF. RGB value is (20,50,239). Sum of RGB (Red+Green+Blue) = 20+50+239=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #1432EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1432EF is #EBCD10. Grayscale: #3D3D3D. Windows color (decimal): -15453457 or 15675924. OLE color: 15675924.
HSL color Cylindrical-coordinate representation of color #1432EF: hue angle of 231.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1432EF is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 50 | 239 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.06 |
| HSL | 231.78º | 0.87% | 0.51% | - |
| HSV(B) | 231.78º | 0.92% | 0.94% | - |
| XYZ | 17.01 | 8.66 | 82.44 | - |
| YUV | 62.58 | 227.56 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 239 | 0.92 | 0.79 | 0 | 0.06 | 231.78 | 0.87 | 0.51 |
| Hex | 14 | 32 | EF | 5C | 4F | 0 | 6 | E8 | 57 | 33 |
| Octal | 24 | 62 | 357 | 134 | 117 | 0 | 6 | 350 | 127 | 63 |
| Binary | 10100 | 110010 | 11101111 | 1011100 | 1001111 | 0 | 110 | 11101000 | 1010111 | 110011 |
Color Harmonies of #1432EF
Complementary color
Monochromatic Colors of #1432EF
Black with #1432EF
Text Example
Text Example
White with #1432EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1432EF; }
p { color: rgb(20,50,239); }
H1.HeaderClassName
{
color: #1432EF;
}
.AnyTagClassName
{
color: #1432EF;
}
</style>
background-color css
<style>
a { background-color: #1432EF; }
a { background-color: rgb(20,50,239); }
div.DivClassName
{
background-color: #1432EF;
}
.BgClassName
{
background-color: #1432EF;
}
</style>
border-color css
<style>
span { border-color: #1432EF; }
span { border-color: rgb(20,50,239); }
td.TdClassName
{
border-color: #1432EF;
}
.TagClassName
{
border-color: #1432EF;
}
</style>