Shades of Persian Blue #153DCB
Tints of Persian Blue #153DCB
RGB
CMYK
RGB Variations
Color information
#153DCB (or 0x153DCB) is known color: Persian Blue. HEX triplet: 15, 3D and CB. RGB value is (21,61,203). Sum of RGB (Red+Green+Blue) = 21+61+203=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #153DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DCB is #EAC234. Grayscale: #404040. Windows color (decimal): -15385141 or 13319445. OLE color: 13319445.
HSL color Cylindrical-coordinate representation of color #153DCB: hue angle of 226.81º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153DCB is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 61 | 203 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.20 |
| HSL | 226.81º | 0.81% | 0.44% | - |
| HSV(B) | 226.81º | 0.9% | 0.8% | - |
| XYZ | 12.76 | 7.81 | 57.33 | - |
| YUV | 65.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 203 | 0.90 | 0.70 | 0 | 0.20 | 226.81 | 0.81 | 0.44 |
| Hex | 15 | 3D | CB | 5A | 46 | 0 | 14 | E3 | 51 | 2C |
| Octal | 25 | 75 | 313 | 132 | 106 | 0 | 24 | 343 | 121 | 54 |
| Binary | 10101 | 111101 | 11001011 | 1011010 | 1000110 | 0 | 10100 | 11100011 | 1010001 | 101100 |
Color Harmonies of #153DCB
Complementary color
Monochromatic Colors of #153DCB
Black with #153DCB
Text Example
Text Example
White with #153DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DCB; }
p { color: rgb(21,61,203); }
H1.HeaderClassName
{
color: #153DCB;
}
.AnyTagClassName
{
color: #153DCB;
}
</style>
background-color css
<style>
a { background-color: #153DCB; }
a { background-color: rgb(21,61,203); }
div.DivClassName
{
background-color: #153DCB;
}
.BgClassName
{
background-color: #153DCB;
}
</style>
border-color css
<style>
span { border-color: #153DCB; }
span { border-color: rgb(21,61,203); }
td.TdClassName
{
border-color: #153DCB;
}
.TagClassName
{
border-color: #153DCB;
}
</style>