Shades of Persian Blue #1430CC
Tints of Persian Blue #1430CC
RGB
CMYK
RGB Variations
Color information
#1430CC (or 0x1430CC) is known color: Persian Blue. HEX triplet: 14, 30 and CC. RGB value is (20,48,204). Sum of RGB (Red+Green+Blue) = 20+48+204=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #1430CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430CC is #EBCF33. Grayscale: #383838. Windows color (decimal): -15454004 or 13381652. OLE color: 13381652.
HSL color Cylindrical-coordinate representation of color #1430CC: hue angle of 230.87º 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 #1430CC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 48 | 204 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.2 |
| HSL | 230.87º | 0.82% | 0.44% | - |
| HSV(B) | 230.87º | 0.9% | 0.8% | - |
| XYZ | 12.24 | 6.62 | 57.76 | - |
| YUV | 57.41 | 210.72 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 204 | 0.90 | 0.76 | 0 | 0.2 | 230.87 | 0.82 | 0.44 |
| Hex | 14 | 30 | CC | 5A | 4C | 0 | 14 | E7 | 52 | 2C |
| Octal | 24 | 60 | 314 | 132 | 114 | 0 | 24 | 347 | 122 | 54 |
| Binary | 10100 | 110000 | 11001100 | 1011010 | 1001100 | 0 | 10100 | 11100111 | 1010010 | 101100 |
Color Harmonies of #1430CC
Complementary color
Monochromatic Colors of #1430CC
Black with #1430CC
Text Example
Text Example
White with #1430CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1430CC; }
p { color: rgb(20,48,204); }
H1.HeaderClassName
{
color: #1430CC;
}
.AnyTagClassName
{
color: #1430CC;
}
</style>
background-color css
<style>
a { background-color: #1430CC; }
a { background-color: rgb(20,48,204); }
div.DivClassName
{
background-color: #1430CC;
}
.BgClassName
{
background-color: #1430CC;
}
</style>
border-color css
<style>
span { border-color: #1430CC; }
span { border-color: rgb(20,48,204); }
td.TdClassName
{
border-color: #1430CC;
}
.TagClassName
{
border-color: #1430CC;
}
</style>