Shades of Persian Blue #1433CC
Tints of Persian Blue #1433CC
RGB
CMYK
RGB Variations
Color information
#1433CC (or 0x1433CC) is known color: Persian Blue. HEX triplet: 14, 33 and CC. RGB value is (20,51,204). Sum of RGB (Red+Green+Blue) = 20+51+204=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #1433CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433CC is #EBCC33. Grayscale: #3A3A3A. Windows color (decimal): -15453236 or 13382420. OLE color: 13382420.
HSL color Cylindrical-coordinate representation of color #1433CC: hue angle of 229.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1433CC is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 51 | 204 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.2 |
| HSL | 229.89º | 0.82% | 0.44% | - |
| HSV(B) | 229.89º | 0.9% | 0.8% | - |
| XYZ | 12.37 | 6.88 | 57.8 | - |
| YUV | 59.17 | 209.73 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 204 | 0.90 | 0.75 | 0 | 0.2 | 229.89 | 0.82 | 0.44 |
| Hex | 14 | 33 | CC | 5A | 4B | 0 | 14 | E6 | 52 | 2C |
| Octal | 24 | 63 | 314 | 132 | 113 | 0 | 24 | 346 | 122 | 54 |
| Binary | 10100 | 110011 | 11001100 | 1011010 | 1001011 | 0 | 10100 | 11100110 | 1010010 | 101100 |
Color Harmonies of #1433CC
Complementary color
Monochromatic Colors of #1433CC
Black with #1433CC
Text Example
Text Example
White with #1433CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1433CC; }
p { color: rgb(20,51,204); }
H1.HeaderClassName
{
color: #1433CC;
}
.AnyTagClassName
{
color: #1433CC;
}
</style>
background-color css
<style>
a { background-color: #1433CC; }
a { background-color: rgb(20,51,204); }
div.DivClassName
{
background-color: #1433CC;
}
.BgClassName
{
background-color: #1433CC;
}
</style>
border-color css
<style>
span { border-color: #1433CC; }
span { border-color: rgb(20,51,204); }
td.TdClassName
{
border-color: #1433CC;
}
.TagClassName
{
border-color: #1433CC;
}
</style>