Shades of Persian Blue #1437CC
Tints of Persian Blue #1437CC
RGB
CMYK
RGB Variations
Color information
#1437CC (or 0x1437CC) is known color: Persian Blue. HEX triplet: 14, 37 and CC. RGB value is (20,55,204). Sum of RGB (Red+Green+Blue) = 20+55+204=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #1437CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437CC is #EBC833. Grayscale: #3C3C3C. Windows color (decimal): -15452212 or 13383444. OLE color: 13383444.
HSL color Cylindrical-coordinate representation of color #1437CC: hue angle of 228.59º 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 #1437CC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 55 | 204 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.2 |
| HSL | 228.59º | 0.82% | 0.44% | - |
| HSV(B) | 228.59º | 0.9% | 0.8% | - |
| XYZ | 12.55 | 7.24 | 57.86 | - |
| YUV | 61.52 | 208.4 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 204 | 0.90 | 0.73 | 0 | 0.2 | 228.59 | 0.82 | 0.44 |
| Hex | 14 | 37 | CC | 5A | 49 | 0 | 14 | E5 | 52 | 2C |
| Octal | 24 | 67 | 314 | 132 | 111 | 0 | 24 | 345 | 122 | 54 |
| Binary | 10100 | 110111 | 11001100 | 1011010 | 1001001 | 0 | 10100 | 11100101 | 1010010 | 101100 |
Color Harmonies of #1437CC
Complementary color
Monochromatic Colors of #1437CC
Black with #1437CC
Text Example
Text Example
White with #1437CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1437CC; }
p { color: rgb(20,55,204); }
H1.HeaderClassName
{
color: #1437CC;
}
.AnyTagClassName
{
color: #1437CC;
}
</style>
background-color css
<style>
a { background-color: #1437CC; }
a { background-color: rgb(20,55,204); }
div.DivClassName
{
background-color: #1437CC;
}
.BgClassName
{
background-color: #1437CC;
}
</style>
border-color css
<style>
span { border-color: #1437CC; }
span { border-color: rgb(20,55,204); }
td.TdClassName
{
border-color: #1437CC;
}
.TagClassName
{
border-color: #1437CC;
}
</style>