Shades of Persian Blue #182BED
Tints of Persian Blue #182BED
RGB
CMYK
RGB Variations
Color information
#182BED (or 0x182BED) is known color: Persian Blue. HEX triplet: 18, 2B and ED. RGB value is (24,43,237). Sum of RGB (Red+Green+Blue) = 24+43+237=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #182BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182BED is #E7D412. Grayscale: #3A3A3A. Windows color (decimal): -15193107 or 15543064. OLE color: 15543064.
HSL color Cylindrical-coordinate representation of color #182BED: hue angle of 234.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182BED is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 43 | 237 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.07 |
| HSL | 234.65º | 0.86% | 0.51% | - |
| HSV(B) | 234.65º | 0.9% | 0.93% | - |
| XYZ | 16.53 | 8.04 | 80.8 | - |
| YUV | 59.44 | 228.21 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 237 | 0.90 | 0.82 | 0 | 0.07 | 234.65 | 0.86 | 0.51 |
| Hex | 18 | 2B | ED | 5A | 52 | 0 | 7 | EB | 56 | 33 |
| Octal | 30 | 53 | 355 | 132 | 122 | 0 | 7 | 353 | 126 | 63 |
| Binary | 11000 | 101011 | 11101101 | 1011010 | 1010010 | 0 | 111 | 11101011 | 1010110 | 110011 |
Color Harmonies of #182BED
Complementary color
Monochromatic Colors of #182BED
Black with #182BED
Text Example
Text Example
White with #182BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182BED; }
p { color: rgb(24,43,237); }
H1.HeaderClassName
{
color: #182BED;
}
.AnyTagClassName
{
color: #182BED;
}
</style>
background-color css
<style>
a { background-color: #182BED; }
a { background-color: rgb(24,43,237); }
div.DivClassName
{
background-color: #182BED;
}
.BgClassName
{
background-color: #182BED;
}
</style>
border-color css
<style>
span { border-color: #182BED; }
span { border-color: rgb(24,43,237); }
td.TdClassName
{
border-color: #182BED;
}
.TagClassName
{
border-color: #182BED;
}
</style>