Shades of Persian Blue #1431CE
Tints of Persian Blue #1431CE
RGB
CMYK
RGB Variations
Color information
#1431CE (or 0x1431CE) is known color: Persian Blue. HEX triplet: 14, 31 and CE. RGB value is (20,49,206). Sum of RGB (Red+Green+Blue) = 20+49+206=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #1431CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431CE is #EBCE31. Grayscale: #393939. Windows color (decimal): -15453746 or 13512980. OLE color: 13512980.
HSL color Cylindrical-coordinate representation of color #1431CE: hue angle of 230.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1431CE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 49 | 206 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.19 |
| HSL | 230.65º | 0.82% | 0.44% | - |
| HSV(B) | 230.65º | 0.9% | 0.81% | - |
| XYZ | 12.53 | 6.8 | 59.05 | - |
| YUV | 58.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 206 | 0.90 | 0.76 | 0 | 0.19 | 230.65 | 0.82 | 0.44 |
| Hex | 14 | 31 | CE | 5A | 4C | 0 | 13 | E7 | 52 | 2C |
| Octal | 24 | 61 | 316 | 132 | 114 | 0 | 23 | 347 | 122 | 54 |
| Binary | 10100 | 110001 | 11001110 | 1011010 | 1001100 | 0 | 10011 | 11100111 | 1010010 | 101100 |
Color Harmonies of #1431CE
Complementary color
Monochromatic Colors of #1431CE
Black with #1431CE
Text Example
Text Example
White with #1431CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1431CE; }
p { color: rgb(20,49,206); }
H1.HeaderClassName
{
color: #1431CE;
}
.AnyTagClassName
{
color: #1431CE;
}
</style>
background-color css
<style>
a { background-color: #1431CE; }
a { background-color: rgb(20,49,206); }
div.DivClassName
{
background-color: #1431CE;
}
.BgClassName
{
background-color: #1431CE;
}
</style>
border-color css
<style>
span { border-color: #1431CE; }
span { border-color: rgb(20,49,206); }
td.TdClassName
{
border-color: #1431CE;
}
.TagClassName
{
border-color: #1431CE;
}
</style>