Shades of Persian Blue #153FF3
Tints of Persian Blue #153FF3
RGB
CMYK
RGB Variations
Color information
#153FF3 (or 0x153FF3) is known color: Persian Blue. HEX triplet: 15, 3F and F3. RGB value is (21,63,243). Sum of RGB (Red+Green+Blue) = 21+63+243=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #153FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FF3 is #EAC00C. Grayscale: #464646. Windows color (decimal): -15384589 or 15941397. OLE color: 15941397.
HSL color Cylindrical-coordinate representation of color #153FF3: hue angle of 228.65º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153FF3 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 63 | 243 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.05 |
| HSL | 228.65º | 0.9% | 0.52% | - |
| HSV(B) | 228.65º | 0.91% | 0.95% | - |
| XYZ | 18.26 | 10.19 | 85.8 | - |
| YUV | 70.96 | 225.09 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 243 | 0.91 | 0.74 | 0 | 0.05 | 228.65 | 0.9 | 0.52 |
| Hex | 15 | 3F | F3 | 5B | 4A | 0 | 5 | E5 | 5A | 34 |
| Octal | 25 | 77 | 363 | 133 | 112 | 0 | 5 | 345 | 132 | 64 |
| Binary | 10101 | 111111 | 11110011 | 1011011 | 1001010 | 0 | 101 | 11100101 | 1011010 | 110100 |
Color Harmonies of #153FF3
Complementary color
Monochromatic Colors of #153FF3
Black with #153FF3
Text Example
Text Example
White with #153FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FF3; }
p { color: rgb(21,63,243); }
H1.HeaderClassName
{
color: #153FF3;
}
.AnyTagClassName
{
color: #153FF3;
}
</style>
background-color css
<style>
a { background-color: #153FF3; }
a { background-color: rgb(21,63,243); }
div.DivClassName
{
background-color: #153FF3;
}
.BgClassName
{
background-color: #153FF3;
}
</style>
border-color css
<style>
span { border-color: #153FF3; }
span { border-color: rgb(21,63,243); }
td.TdClassName
{
border-color: #153FF3;
}
.TagClassName
{
border-color: #153FF3;
}
</style>