Shades of Persian Blue #182EDF
Tints of Persian Blue #182EDF
RGB
CMYK
RGB Variations
Color information
#182EDF (or 0x182EDF) is known color: Persian Blue. HEX triplet: 18, 2E and DF. RGB value is (24,46,223). Sum of RGB (Red+Green+Blue) = 24+46+223=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #182EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182EDF is #E7D120. Grayscale: #3A3A3A. Windows color (decimal): -15192353 or 14626328. OLE color: 14626328.
HSL color Cylindrical-coordinate representation of color #182EDF: hue angle of 233.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182EDF is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 46 | 223 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.13 |
| HSL | 233.37º | 0.81% | 0.48% | - |
| HSV(B) | 233.37º | 0.89% | 0.87% | - |
| XYZ | 14.67 | 7.48 | 70.48 | - |
| YUV | 59.6 | 220.21 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 223 | 0.89 | 0.79 | 0 | 0.13 | 233.37 | 0.81 | 0.48 |
| Hex | 18 | 2E | DF | 59 | 4F | 0 | D | E9 | 51 | 30 |
| Octal | 30 | 56 | 337 | 131 | 117 | 0 | 15 | 351 | 121 | 60 |
| Binary | 11000 | 101110 | 11011111 | 1011001 | 1001111 | 0 | 1101 | 11101001 | 1010001 | 110000 |
Color Harmonies of #182EDF
Complementary color
Monochromatic Colors of #182EDF
Black with #182EDF
Text Example
Text Example
White with #182EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182EDF; }
p { color: rgb(24,46,223); }
H1.HeaderClassName
{
color: #182EDF;
}
.AnyTagClassName
{
color: #182EDF;
}
</style>
background-color css
<style>
a { background-color: #182EDF; }
a { background-color: rgb(24,46,223); }
div.DivClassName
{
background-color: #182EDF;
}
.BgClassName
{
background-color: #182EDF;
}
</style>
border-color css
<style>
span { border-color: #182EDF; }
span { border-color: rgb(24,46,223); }
td.TdClassName
{
border-color: #182EDF;
}
.TagClassName
{
border-color: #182EDF;
}
</style>