Shades of Persian Blue #1818B4
Tints of Persian Blue #1818B4
RGB
CMYK
RGB Variations
Color information
#1818B4 (or 0x1818B4) is known color: Persian Blue. HEX triplet: 18, 18 and B4. RGB value is (24,24,180). Sum of RGB (Red+Green+Blue) = 24+24+180=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 180 (70.70% from 255 or 78.95% from 228); Max value from RGB is 180 - color contains mainly: blue. Hex color #1818B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818B4 is #E7E74B. Grayscale: #292929. Windows color (decimal): -15198028 or 11802648. OLE color: 11802648.
HSL color Cylindrical-coordinate representation of color #1818B4: hue angle of 240º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1818B4 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 24 | 180 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.29 |
| HSL | 240º | 0.76% | 0.4% | - |
| HSV(B) | 240º | 0.87% | 0.71% | - |
| XYZ | 8.94 | 4.14 | 43.51 | - |
| YUV | 41.78 | 206 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 180 | 0.87 | 0.87 | 0 | 0.29 | 240 | 0.76 | 0.4 |
| Hex | 18 | 18 | B4 | 57 | 57 | 0 | 1D | F0 | 4C | 28 |
| Octal | 30 | 30 | 264 | 127 | 127 | 0 | 35 | 360 | 114 | 50 |
| Binary | 11000 | 11000 | 10110100 | 1010111 | 1010111 | 0 | 11101 | 11110000 | 1001100 | 101000 |
Color Harmonies of #1818B4
Complementary color
Monochromatic Colors of #1818B4
Black with #1818B4
Text Example
Text Example
White with #1818B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1818B4; }
p { color: rgb(24,24,180); }
H1.HeaderClassName
{
color: #1818B4;
}
.AnyTagClassName
{
color: #1818B4;
}
</style>
background-color css
<style>
a { background-color: #1818B4; }
a { background-color: rgb(24,24,180); }
div.DivClassName
{
background-color: #1818B4;
}
.BgClassName
{
background-color: #1818B4;
}
</style>
border-color css
<style>
span { border-color: #1818B4; }
span { border-color: rgb(24,24,180); }
td.TdClassName
{
border-color: #1818B4;
}
.TagClassName
{
border-color: #1818B4;
}
</style>