Shades of Persian Blue #133CBB
Tints of Persian Blue #133CBB
RGB
CMYK
RGB Variations
Color information
#133CBB (or 0x133CBB) is known color: Persian Blue. HEX triplet: 13, 3C and BB. RGB value is (19,60,187). Sum of RGB (Red+Green+Blue) = 19+60+187=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #133CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CBB is #ECC344. Grayscale: #3D3D3D. Windows color (decimal): -15516485 or 12270611. OLE color: 12270611.
HSL color Cylindrical-coordinate representation of color #133CBB: hue angle of 225.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133CBB is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 60 | 187 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.27 |
| HSL | 225.36º | 0.82% | 0.4% | - |
| HSV(B) | 225.36º | 0.9% | 0.73% | - |
| XYZ | 10.85 | 6.96 | 47.78 | - |
| YUV | 62.22 | 198.42 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 187 | 0.90 | 0.68 | 0 | 0.27 | 225.36 | 0.82 | 0.4 |
| Hex | 13 | 3C | BB | 5A | 44 | 0 | 1B | E1 | 52 | 28 |
| Octal | 23 | 74 | 273 | 132 | 104 | 0 | 33 | 341 | 122 | 50 |
| Binary | 10011 | 111100 | 10111011 | 1011010 | 1000100 | 0 | 11011 | 11100001 | 1010010 | 101000 |
Color Harmonies of #133CBB
Complementary color
Monochromatic Colors of #133CBB
Black with #133CBB
Text Example
Text Example
White with #133CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CBB; }
p { color: rgb(19,60,187); }
H1.HeaderClassName
{
color: #133CBB;
}
.AnyTagClassName
{
color: #133CBB;
}
</style>
background-color css
<style>
a { background-color: #133CBB; }
a { background-color: rgb(19,60,187); }
div.DivClassName
{
background-color: #133CBB;
}
.BgClassName
{
background-color: #133CBB;
}
</style>
border-color css
<style>
span { border-color: #133CBB; }
span { border-color: rgb(19,60,187); }
td.TdClassName
{
border-color: #133CBB;
}
.TagClassName
{
border-color: #133CBB;
}
</style>