Shades of Persian Blue #1333BC
Tints of Persian Blue #1333BC
RGB
CMYK
RGB Variations
Color information
#1333BC (or 0x1333BC) is known color: Persian Blue. HEX triplet: 13, 33 and BC. RGB value is (19,51,188). Sum of RGB (Red+Green+Blue) = 19+51+188=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #1333BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333BC is #ECCC43. Grayscale: #383838. Windows color (decimal): -15518788 or 12333843. OLE color: 12333843.
HSL color Cylindrical-coordinate representation of color #1333BC: hue angle of 228.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1333BC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 51 | 188 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.26 |
| HSL | 228.64º | 0.82% | 0.41% | - |
| HSV(B) | 228.64º | 0.9% | 0.74% | - |
| XYZ | 10.53 | 6.14 | 48.21 | - |
| YUV | 57.05 | 201.9 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 188 | 0.90 | 0.73 | 0 | 0.26 | 228.64 | 0.82 | 0.41 |
| Hex | 13 | 33 | BC | 5A | 49 | 0 | 1A | E5 | 52 | 29 |
| Octal | 23 | 63 | 274 | 132 | 111 | 0 | 32 | 345 | 122 | 51 |
| Binary | 10011 | 110011 | 10111100 | 1011010 | 1001001 | 0 | 11010 | 11100101 | 1010010 | 101001 |
Color Harmonies of #1333BC
Complementary color
Monochromatic Colors of #1333BC
Black with #1333BC
Text Example
Text Example
White with #1333BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1333BC; }
p { color: rgb(19,51,188); }
H1.HeaderClassName
{
color: #1333BC;
}
.AnyTagClassName
{
color: #1333BC;
}
</style>
background-color css
<style>
a { background-color: #1333BC; }
a { background-color: rgb(19,51,188); }
div.DivClassName
{
background-color: #1333BC;
}
.BgClassName
{
background-color: #1333BC;
}
</style>
border-color css
<style>
span { border-color: #1333BC; }
span { border-color: rgb(19,51,188); }
td.TdClassName
{
border-color: #1333BC;
}
.TagClassName
{
border-color: #1333BC;
}
</style>