Shades of Persian Blue #1333CB
Tints of Persian Blue #1333CB
RGB
CMYK
RGB Variations
Color information
#1333CB (or 0x1333CB) is known color: Persian Blue. HEX triplet: 13, 33 and CB. RGB value is (19,51,203). Sum of RGB (Red+Green+Blue) = 19+51+203=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #1333CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333CB is #ECCC34. Grayscale: #3A3A3A. Windows color (decimal): -15518773 or 13316883. OLE color: 13316883.
HSL color Cylindrical-coordinate representation of color #1333CB: hue angle of 229.57º 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 #1333CB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 51 | 203 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.20 |
| HSL | 229.57º | 0.83% | 0.44% | - |
| HSV(B) | 229.57º | 0.91% | 0.8% | - |
| XYZ | 12.23 | 6.82 | 57.17 | - |
| YUV | 58.76 | 209.4 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 203 | 0.91 | 0.75 | 0 | 0.20 | 229.57 | 0.83 | 0.44 |
| Hex | 13 | 33 | CB | 5B | 4B | 0 | 14 | E6 | 53 | 2C |
| Octal | 23 | 63 | 313 | 133 | 113 | 0 | 24 | 346 | 123 | 54 |
| Binary | 10011 | 110011 | 11001011 | 1011011 | 1001011 | 0 | 10100 | 11100110 | 1010011 | 101100 |
Color Harmonies of #1333CB
Complementary color
Monochromatic Colors of #1333CB
Black with #1333CB
Text Example
Text Example
White with #1333CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1333CB; }
p { color: rgb(19,51,203); }
H1.HeaderClassName
{
color: #1333CB;
}
.AnyTagClassName
{
color: #1333CB;
}
</style>
background-color css
<style>
a { background-color: #1333CB; }
a { background-color: rgb(19,51,203); }
div.DivClassName
{
background-color: #1333CB;
}
.BgClassName
{
background-color: #1333CB;
}
</style>
border-color css
<style>
span { border-color: #1333CB; }
span { border-color: rgb(19,51,203); }
td.TdClassName
{
border-color: #1333CB;
}
.TagClassName
{
border-color: #1333CB;
}
</style>