Shades of Persian Blue #1337CC
Tints of Persian Blue #1337CC
RGB
CMYK
RGB Variations
Color information
#1337CC (or 0x1337CC) is known color: Persian Blue. HEX triplet: 13, 37 and CC. RGB value is (19,55,204). Sum of RGB (Red+Green+Blue) = 19+55+204=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #1337CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337CC is #ECC833. Grayscale: #3C3C3C. Windows color (decimal): -15517748 or 13383443. OLE color: 13383443.
HSL color Cylindrical-coordinate representation of color #1337CC: hue angle of 228.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1337CC is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 55 | 204 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.2 |
| HSL | 228.32º | 0.83% | 0.44% | - |
| HSV(B) | 228.32º | 0.91% | 0.8% | - |
| XYZ | 12.53 | 7.23 | 57.86 | - |
| YUV | 61.22 | 208.57 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 204 | 0.91 | 0.73 | 0 | 0.2 | 228.32 | 0.83 | 0.44 |
| Hex | 13 | 37 | CC | 5B | 49 | 0 | 14 | E4 | 53 | 2C |
| Octal | 23 | 67 | 314 | 133 | 111 | 0 | 24 | 344 | 123 | 54 |
| Binary | 10011 | 110111 | 11001100 | 1011011 | 1001001 | 0 | 10100 | 11100100 | 1010011 | 101100 |
Color Harmonies of #1337CC
Complementary color
Monochromatic Colors of #1337CC
Black with #1337CC
Text Example
Text Example
White with #1337CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337CC; }
p { color: rgb(19,55,204); }
H1.HeaderClassName
{
color: #1337CC;
}
.AnyTagClassName
{
color: #1337CC;
}
</style>
background-color css
<style>
a { background-color: #1337CC; }
a { background-color: rgb(19,55,204); }
div.DivClassName
{
background-color: #1337CC;
}
.BgClassName
{
background-color: #1337CC;
}
</style>
border-color css
<style>
span { border-color: #1337CC; }
span { border-color: rgb(19,55,204); }
td.TdClassName
{
border-color: #1337CC;
}
.TagClassName
{
border-color: #1337CC;
}
</style>