Shades of Persian Blue #1827B2
Tints of Persian Blue #1827B2
RGB
CMYK
RGB Variations
Color information
#1827B2 (or 0x1827B2) is known color: Persian Blue. HEX triplet: 18, 27 and B2. RGB value is (24,39,178). Sum of RGB (Red+Green+Blue) = 24+39+178=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #1827B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1827B2 is #E7D84D. Grayscale: #313131. Windows color (decimal): -15194190 or 11675416. OLE color: 11675416.
HSL color Cylindrical-coordinate representation of color #1827B2: hue angle of 234.16º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1827B2 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 39 | 178 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.30 |
| HSL | 234.16º | 0.76% | 0.4% | - |
| HSV(B) | 234.16º | 0.87% | 0.7% | - |
| XYZ | 9.14 | 4.86 | 42.58 | - |
| YUV | 50.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 178 | 0.87 | 0.78 | 0 | 0.30 | 234.16 | 0.76 | 0.4 |
| Hex | 18 | 27 | B2 | 57 | 4E | 0 | 1E | EA | 4C | 28 |
| Octal | 30 | 47 | 262 | 127 | 116 | 0 | 36 | 352 | 114 | 50 |
| Binary | 11000 | 100111 | 10110010 | 1010111 | 1001110 | 0 | 11110 | 11101010 | 1001100 | 101000 |
Color Harmonies of #1827B2
Complementary color
Monochromatic Colors of #1827B2
Black with #1827B2
Text Example
Text Example
White with #1827B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827B2; }
p { color: rgb(24,39,178); }
H1.HeaderClassName
{
color: #1827B2;
}
.AnyTagClassName
{
color: #1827B2;
}
</style>
background-color css
<style>
a { background-color: #1827B2; }
a { background-color: rgb(24,39,178); }
div.DivClassName
{
background-color: #1827B2;
}
.BgClassName
{
background-color: #1827B2;
}
</style>
border-color css
<style>
span { border-color: #1827B2; }
span { border-color: rgb(24,39,178); }
td.TdClassName
{
border-color: #1827B2;
}
.TagClassName
{
border-color: #1827B2;
}
</style>