Shades of Persian Blue #133ACC
Tints of Persian Blue #133ACC
RGB
CMYK
RGB Variations
Color information
#133ACC (or 0x133ACC) is known color: Persian Blue. HEX triplet: 13, 3A and CC. RGB value is (19,58,204). Sum of RGB (Red+Green+Blue) = 19+58+204=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #133ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ACC is #ECC533. Grayscale: #3E3E3E. Windows color (decimal): -15516980 or 13384211. OLE color: 13384211.
HSL color Cylindrical-coordinate representation of color #133ACC: hue angle of 227.35º 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 #133ACC is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 58 | 204 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.2 |
| HSL | 227.35º | 0.83% | 0.44% | - |
| HSV(B) | 227.35º | 0.91% | 0.8% | - |
| XYZ | 12.68 | 7.52 | 57.91 | - |
| YUV | 62.98 | 207.58 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 204 | 0.91 | 0.72 | 0 | 0.2 | 227.35 | 0.83 | 0.44 |
| Hex | 13 | 3A | CC | 5B | 48 | 0 | 14 | E3 | 53 | 2C |
| Octal | 23 | 72 | 314 | 133 | 110 | 0 | 24 | 343 | 123 | 54 |
| Binary | 10011 | 111010 | 11001100 | 1011011 | 1001000 | 0 | 10100 | 11100011 | 1010011 | 101100 |
Color Harmonies of #133ACC
Complementary color
Monochromatic Colors of #133ACC
Black with #133ACC
Text Example
Text Example
White with #133ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133ACC; }
p { color: rgb(19,58,204); }
H1.HeaderClassName
{
color: #133ACC;
}
.AnyTagClassName
{
color: #133ACC;
}
</style>
background-color css
<style>
a { background-color: #133ACC; }
a { background-color: rgb(19,58,204); }
div.DivClassName
{
background-color: #133ACC;
}
.BgClassName
{
background-color: #133ACC;
}
</style>
border-color css
<style>
span { border-color: #133ACC; }
span { border-color: rgb(19,58,204); }
td.TdClassName
{
border-color: #133ACC;
}
.TagClassName
{
border-color: #133ACC;
}
</style>