Shades of Persian Blue #181DCB
Tints of Persian Blue #181DCB
RGB
CMYK
RGB Variations
Color information
#181DCB (or 0x181DCB) is known color: Persian Blue. HEX triplet: 18, 1D and CB. RGB value is (24,29,203). Sum of RGB (Red+Green+Blue) = 24+29+203=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #181DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DCB is #E7E234. Grayscale: #2E2E2E. Windows color (decimal): -15196725 or 13311256. OLE color: 13311256.
HSL color Cylindrical-coordinate representation of color #181DCB: hue angle of 238.32º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181DCB is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 29 | 203 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.20 |
| HSL | 238.32º | 0.79% | 0.45% | - |
| HSV(B) | 238.32º | 0.88% | 0.8% | - |
| XYZ | 11.6 | 5.38 | 56.93 | - |
| YUV | 47.34 | 215.84 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 203 | 0.88 | 0.86 | 0 | 0.20 | 238.32 | 0.79 | 0.45 |
| Hex | 18 | 1D | CB | 58 | 56 | 0 | 14 | EE | 4F | 2D |
| Octal | 30 | 35 | 313 | 130 | 126 | 0 | 24 | 356 | 117 | 55 |
| Binary | 11000 | 11101 | 11001011 | 1011000 | 1010110 | 0 | 10100 | 11101110 | 1001111 | 101101 |
Color Harmonies of #181DCB
Complementary color
Monochromatic Colors of #181DCB
Black with #181DCB
Text Example
Text Example
White with #181DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DCB; }
p { color: rgb(24,29,203); }
H1.HeaderClassName
{
color: #181DCB;
}
.AnyTagClassName
{
color: #181DCB;
}
</style>
background-color css
<style>
a { background-color: #181DCB; }
a { background-color: rgb(24,29,203); }
div.DivClassName
{
background-color: #181DCB;
}
.BgClassName
{
background-color: #181DCB;
}
</style>
border-color css
<style>
span { border-color: #181DCB; }
span { border-color: rgb(24,29,203); }
td.TdClassName
{
border-color: #181DCB;
}
.TagClassName
{
border-color: #181DCB;
}
</style>