Shades of Persian Blue #181EC7
Tints of Persian Blue #181EC7
RGB
CMYK
RGB Variations
Color information
#181EC7 (or 0x181EC7) is known color: Persian Blue. HEX triplet: 18, 1E and C7. RGB value is (24,30,199). Sum of RGB (Red+Green+Blue) = 24+30+199=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 199 (78.12% from 255 or 78.66% from 253); Max value from RGB is 199 - color contains mainly: blue. Hex color #181EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EC7 is #E7E138. Grayscale: #2E2E2E. Windows color (decimal): -15196473 or 13049368. OLE color: 13049368.
HSL color Cylindrical-coordinate representation of color #181EC7: hue angle of 237.94º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181EC7 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 30 | 199 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.22 |
| HSL | 237.94º | 0.78% | 0.44% | - |
| HSV(B) | 237.94º | 0.88% | 0.78% | - |
| XYZ | 11.15 | 5.25 | 54.46 | - |
| YUV | 47.47 | 213.51 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 199 | 0.88 | 0.85 | 0 | 0.22 | 237.94 | 0.78 | 0.44 |
| Hex | 18 | 1E | C7 | 58 | 55 | 0 | 16 | EE | 4E | 2C |
| Octal | 30 | 36 | 307 | 130 | 125 | 0 | 26 | 356 | 116 | 54 |
| Binary | 11000 | 11110 | 11000111 | 1011000 | 1010101 | 0 | 10110 | 11101110 | 1001110 | 101100 |
Color Harmonies of #181EC7
Complementary color
Monochromatic Colors of #181EC7
Black with #181EC7
Text Example
Text Example
White with #181EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EC7; }
p { color: rgb(24,30,199); }
H1.HeaderClassName
{
color: #181EC7;
}
.AnyTagClassName
{
color: #181EC7;
}
</style>
background-color css
<style>
a { background-color: #181EC7; }
a { background-color: rgb(24,30,199); }
div.DivClassName
{
background-color: #181EC7;
}
.BgClassName
{
background-color: #181EC7;
}
</style>
border-color css
<style>
span { border-color: #181EC7; }
span { border-color: rgb(24,30,199); }
td.TdClassName
{
border-color: #181EC7;
}
.TagClassName
{
border-color: #181EC7;
}
</style>