Shades of Persian Blue #2A18CB
Tints of Persian Blue #2A18CB
RGB
CMYK
RGB Variations
Color information
#2A18CB (or 0x2A18CB) is known color: Persian Blue. HEX triplet: 2A, 18 and CB. RGB value is (42,24,203). Sum of RGB (Red+Green+Blue) = 42+24+203=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A18CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A18CB is #D5E734. Grayscale: #313131. Windows color (decimal): -14018357 or 13309994. OLE color: 13309994.
HSL color Cylindrical-coordinate representation of color #2A18CB: hue angle of 246.03º 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 #2A18CB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 24 | 203 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.20 |
| HSL | 246.03º | 0.79% | 0.45% | - |
| HSV(B) | 246.03º | 0.88% | 0.8% | - |
| XYZ | 12.06 | 5.46 | 56.92 | - |
| YUV | 49.79 | 214.46 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 203 | 0.79 | 0.88 | 0 | 0.20 | 246.03 | 0.79 | 0.45 |
| Hex | 2A | 18 | CB | 4F | 58 | 0 | 14 | F6 | 4F | 2D |
| Octal | 52 | 30 | 313 | 117 | 130 | 0 | 24 | 366 | 117 | 55 |
| Binary | 101010 | 11000 | 11001011 | 1001111 | 1011000 | 0 | 10100 | 11110110 | 1001111 | 101101 |
Color Harmonies of #2A18CB
Complementary color
Monochromatic Colors of #2A18CB
Black with #2A18CB
Text Example
Text Example
White with #2A18CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A18CB; }
p { color: rgb(42,24,203); }
H1.HeaderClassName
{
color: #2A18CB;
}
.AnyTagClassName
{
color: #2A18CB;
}
</style>
background-color css
<style>
a { background-color: #2A18CB; }
a { background-color: rgb(42,24,203); }
div.DivClassName
{
background-color: #2A18CB;
}
.BgClassName
{
background-color: #2A18CB;
}
</style>
border-color css
<style>
span { border-color: #2A18CB; }
span { border-color: rgb(42,24,203); }
td.TdClassName
{
border-color: #2A18CB;
}
.TagClassName
{
border-color: #2A18CB;
}
</style>