Shades of Persian Blue #133FCE
Tints of Persian Blue #133FCE
RGB
CMYK
RGB Variations
Color information
#133FCE (or 0x133FCE) is known color: Persian Blue. HEX triplet: 13, 3F and CE. RGB value is (19,63,206). Sum of RGB (Red+Green+Blue) = 19+63+206=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #133FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FCE is #ECC031. Grayscale: #414141. Windows color (decimal): -15515698 or 13516563. OLE color: 13516563.
HSL color Cylindrical-coordinate representation of color #133FCE: hue angle of 225.88º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133FCE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 63 | 206 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.19 |
| HSL | 225.88º | 0.83% | 0.44% | - |
| HSV(B) | 225.88º | 0.91% | 0.81% | - |
| XYZ | 13.19 | 8.15 | 59.27 | - |
| YUV | 66.15 | 206.92 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 206 | 0.91 | 0.69 | 0 | 0.19 | 225.88 | 0.83 | 0.44 |
| Hex | 13 | 3F | CE | 5B | 45 | 0 | 13 | E2 | 53 | 2C |
| Octal | 23 | 77 | 316 | 133 | 105 | 0 | 23 | 342 | 123 | 54 |
| Binary | 10011 | 111111 | 11001110 | 1011011 | 1000101 | 0 | 10011 | 11100010 | 1010011 | 101100 |
Color Harmonies of #133FCE
Complementary color
Monochromatic Colors of #133FCE
Black with #133FCE
Text Example
Text Example
White with #133FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FCE; }
p { color: rgb(19,63,206); }
H1.HeaderClassName
{
color: #133FCE;
}
.AnyTagClassName
{
color: #133FCE;
}
</style>
background-color css
<style>
a { background-color: #133FCE; }
a { background-color: rgb(19,63,206); }
div.DivClassName
{
background-color: #133FCE;
}
.BgClassName
{
background-color: #133FCE;
}
</style>
border-color css
<style>
span { border-color: #133FCE; }
span { border-color: rgb(19,63,206); }
td.TdClassName
{
border-color: #133FCE;
}
.TagClassName
{
border-color: #133FCE;
}
</style>