Shades of Persian Blue #1433B6
Tints of Persian Blue #1433B6
RGB
CMYK
RGB Variations
Color information
#1433B6 (or 0x1433B6) is known color: Persian Blue. HEX triplet: 14, 33 and B6. RGB value is (20,51,182). Sum of RGB (Red+Green+Blue) = 20+51+182=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 182 (71.48% from 255 or 71.94% from 253); Max value from RGB is 182 - color contains mainly: blue. Hex color #1433B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433B6 is #EBCC49. Grayscale: #383838. Windows color (decimal): -15453258 or 11940628. OLE color: 11940628.
HSL color Cylindrical-coordinate representation of color #1433B6: hue angle of 228.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1433B6 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 51 | 182 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.29 |
| HSL | 228.52º | 0.8% | 0.4% | - |
| HSV(B) | 228.52º | 0.89% | 0.71% | - |
| XYZ | 9.92 | 5.89 | 44.87 | - |
| YUV | 56.67 | 198.73 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 182 | 0.89 | 0.72 | 0 | 0.29 | 228.52 | 0.8 | 0.4 |
| Hex | 14 | 33 | B6 | 59 | 48 | 0 | 1D | E5 | 50 | 28 |
| Octal | 24 | 63 | 266 | 131 | 110 | 0 | 35 | 345 | 120 | 50 |
| Binary | 10100 | 110011 | 10110110 | 1011001 | 1001000 | 0 | 11101 | 11100101 | 1010000 | 101000 |
Color Harmonies of #1433B6
Complementary color
Monochromatic Colors of #1433B6
Black with #1433B6
Text Example
Text Example
White with #1433B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1433B6; }
p { color: rgb(20,51,182); }
H1.HeaderClassName
{
color: #1433B6;
}
.AnyTagClassName
{
color: #1433B6;
}
</style>
background-color css
<style>
a { background-color: #1433B6; }
a { background-color: rgb(20,51,182); }
div.DivClassName
{
background-color: #1433B6;
}
.BgClassName
{
background-color: #1433B6;
}
</style>
border-color css
<style>
span { border-color: #1433B6; }
span { border-color: rgb(20,51,182); }
td.TdClassName
{
border-color: #1433B6;
}
.TagClassName
{
border-color: #1433B6;
}
</style>