Shades of Persian Blue #1334CB
Tints of Persian Blue #1334CB
RGB
CMYK
RGB Variations
Color information
#1334CB (or 0x1334CB) is known color: Persian Blue. HEX triplet: 13, 34 and CB. RGB value is (19,52,203). Sum of RGB (Red+Green+Blue) = 19+52+203=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #1334CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334CB is #ECCB34. Grayscale: #3A3A3A. Windows color (decimal): -15518517 or 13317139. OLE color: 13317139.
HSL color Cylindrical-coordinate representation of color #1334CB: hue angle of 229.24º 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 #1334CB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 52 | 203 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.20 |
| HSL | 229.24º | 0.83% | 0.44% | - |
| HSV(B) | 229.24º | 0.91% | 0.8% | - |
| XYZ | 12.28 | 6.91 | 57.19 | - |
| YUV | 59.35 | 209.07 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 203 | 0.91 | 0.74 | 0 | 0.20 | 229.24 | 0.83 | 0.44 |
| Hex | 13 | 34 | CB | 5B | 4A | 0 | 14 | E5 | 53 | 2C |
| Octal | 23 | 64 | 313 | 133 | 112 | 0 | 24 | 345 | 123 | 54 |
| Binary | 10011 | 110100 | 11001011 | 1011011 | 1001010 | 0 | 10100 | 11100101 | 1010011 | 101100 |
Color Harmonies of #1334CB
Complementary color
Monochromatic Colors of #1334CB
Black with #1334CB
Text Example
Text Example
White with #1334CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334CB; }
p { color: rgb(19,52,203); }
H1.HeaderClassName
{
color: #1334CB;
}
.AnyTagClassName
{
color: #1334CB;
}
</style>
background-color css
<style>
a { background-color: #1334CB; }
a { background-color: rgb(19,52,203); }
div.DivClassName
{
background-color: #1334CB;
}
.BgClassName
{
background-color: #1334CB;
}
</style>
border-color css
<style>
span { border-color: #1334CB; }
span { border-color: rgb(19,52,203); }
td.TdClassName
{
border-color: #1334CB;
}
.TagClassName
{
border-color: #1334CB;
}
</style>