Shades of Persian Blue #153FF6
Tints of Persian Blue #153FF6
RGB
CMYK
RGB Variations
Color information
#153FF6 (or 0x153FF6) is known color: Persian Blue. HEX triplet: 15, 3F and F6. RGB value is (21,63,246). Sum of RGB (Red+Green+Blue) = 21+63+246=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 246 (96.48% from 255 or 74.55% from 330); Max value from RGB is 246 - color contains mainly: blue. Hex color #153FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FF6 is #EAC009. Grayscale: #464646. Windows color (decimal): -15384586 or 16138005. OLE color: 16138005.
HSL color Cylindrical-coordinate representation of color #153FF6: hue angle of 228.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153FF6 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 63 | 246 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.04 |
| HSL | 228.8º | 0.93% | 0.52% | - |
| HSV(B) | 228.8º | 0.91% | 0.96% | - |
| XYZ | 18.72 | 10.37 | 88.2 | - |
| YUV | 71.3 | 226.59 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 246 | 0.91 | 0.74 | 0 | 0.04 | 228.8 | 0.93 | 0.52 |
| Hex | 15 | 3F | F6 | 5B | 4A | 0 | 4 | E5 | 5D | 34 |
| Octal | 25 | 77 | 366 | 133 | 112 | 0 | 4 | 345 | 135 | 64 |
| Binary | 10101 | 111111 | 11110110 | 1011011 | 1001010 | 0 | 100 | 11100101 | 1011101 | 110100 |
Color Harmonies of #153FF6
Complementary color
Monochromatic Colors of #153FF6
Black with #153FF6
Text Example
Text Example
White with #153FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FF6; }
p { color: rgb(21,63,246); }
H1.HeaderClassName
{
color: #153FF6;
}
.AnyTagClassName
{
color: #153FF6;
}
</style>
background-color css
<style>
a { background-color: #153FF6; }
a { background-color: rgb(21,63,246); }
div.DivClassName
{
background-color: #153FF6;
}
.BgClassName
{
background-color: #153FF6;
}
</style>
border-color css
<style>
span { border-color: #153FF6; }
span { border-color: rgb(21,63,246); }
td.TdClassName
{
border-color: #153FF6;
}
.TagClassName
{
border-color: #153FF6;
}
</style>