Shades of Persian Blue #181DC6
Tints of Persian Blue #181DC6
RGB
CMYK
RGB Variations
Color information
#181DC6 (or 0x181DC6) is known color: Persian Blue. HEX triplet: 18, 1D and C6. RGB value is (24,29,198). Sum of RGB (Red+Green+Blue) = 24+29+198=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 198 (77.73% from 255 or 78.88% from 251); Max value from RGB is 198 - color contains mainly: blue. Hex color #181DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DC6 is #E7E239. Grayscale: #2E2E2E. Windows color (decimal): -15196730 or 12983576. OLE color: 12983576.
HSL color Cylindrical-coordinate representation of color #181DC6: hue angle of 238.28º 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 #181DC6 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 29 | 198 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.22 |
| HSL | 238.28º | 0.78% | 0.44% | - |
| HSV(B) | 238.28º | 0.88% | 0.78% | - |
| XYZ | 11.01 | 5.15 | 53.84 | - |
| YUV | 46.77 | 213.34 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 198 | 0.88 | 0.85 | 0 | 0.22 | 238.28 | 0.78 | 0.44 |
| Hex | 18 | 1D | C6 | 58 | 55 | 0 | 16 | EE | 4E | 2C |
| Octal | 30 | 35 | 306 | 130 | 125 | 0 | 26 | 356 | 116 | 54 |
| Binary | 11000 | 11101 | 11000110 | 1011000 | 1010101 | 0 | 10110 | 11101110 | 1001110 | 101100 |
Color Harmonies of #181DC6
Complementary color
Monochromatic Colors of #181DC6
Black with #181DC6
Text Example
Text Example
White with #181DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DC6; }
p { color: rgb(24,29,198); }
H1.HeaderClassName
{
color: #181DC6;
}
.AnyTagClassName
{
color: #181DC6;
}
</style>
background-color css
<style>
a { background-color: #181DC6; }
a { background-color: rgb(24,29,198); }
div.DivClassName
{
background-color: #181DC6;
}
.BgClassName
{
background-color: #181DC6;
}
</style>
border-color css
<style>
span { border-color: #181DC6; }
span { border-color: rgb(24,29,198); }
td.TdClassName
{
border-color: #181DC6;
}
.TagClassName
{
border-color: #181DC6;
}
</style>