Shades of Persian Blue #1433CE
Tints of Persian Blue #1433CE
RGB
CMYK
RGB Variations
Color information
#1433CE (or 0x1433CE) is known color: Persian Blue. HEX triplet: 14, 33 and CE. RGB value is (20,51,206). Sum of RGB (Red+Green+Blue) = 20+51+206=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #1433CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433CE is #EBCC31. Grayscale: #3A3A3A. Windows color (decimal): -15453234 or 13513492. OLE color: 13513492.
HSL color Cylindrical-coordinate representation of color #1433CE: hue angle of 230º 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 #1433CE is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 51 | 206 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.19 |
| HSL | 230º | 0.82% | 0.44% | - |
| HSV(B) | 230º | 0.9% | 0.81% | - |
| XYZ | 12.61 | 6.97 | 59.07 | - |
| YUV | 59.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 206 | 0.90 | 0.75 | 0 | 0.19 | 230 | 0.82 | 0.44 |
| Hex | 14 | 33 | CE | 5A | 4B | 0 | 13 | E6 | 52 | 2C |
| Octal | 24 | 63 | 316 | 132 | 113 | 0 | 23 | 346 | 122 | 54 |
| Binary | 10100 | 110011 | 11001110 | 1011010 | 1001011 | 0 | 10011 | 11100110 | 1010010 | 101100 |
Color Harmonies of #1433CE
Complementary color
Monochromatic Colors of #1433CE
Black with #1433CE
Text Example
Text Example
White with #1433CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1433CE; }
p { color: rgb(20,51,206); }
H1.HeaderClassName
{
color: #1433CE;
}
.AnyTagClassName
{
color: #1433CE;
}
</style>
background-color css
<style>
a { background-color: #1433CE; }
a { background-color: rgb(20,51,206); }
div.DivClassName
{
background-color: #1433CE;
}
.BgClassName
{
background-color: #1433CE;
}
</style>
border-color css
<style>
span { border-color: #1433CE; }
span { border-color: rgb(20,51,206); }
td.TdClassName
{
border-color: #1433CE;
}
.TagClassName
{
border-color: #1433CE;
}
</style>