Shades of Persian Blue #182FEF
Tints of Persian Blue #182FEF
RGB
CMYK
RGB Variations
Color information
#182FEF (or 0x182FEF) is known color: Persian Blue. HEX triplet: 18, 2F and EF. RGB value is (24,47,239). Sum of RGB (Red+Green+Blue) = 24+47+239=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #182FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #182FEF is #E7D010. Grayscale: #3D3D3D. Windows color (decimal): -15192081 or 15675160. OLE color: 15675160.
HSL color Cylindrical-coordinate representation of color #182FEF: hue angle of 233.58º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182FEF is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 47 | 239 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.06 |
| HSL | 233.58º | 0.87% | 0.52% | - |
| HSV(B) | 233.58º | 0.9% | 0.94% | - |
| XYZ | 16.97 | 8.46 | 82.4 | - |
| YUV | 62.01 | 227.88 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 239 | 0.90 | 0.80 | 0 | 0.06 | 233.58 | 0.87 | 0.52 |
| Hex | 18 | 2F | EF | 5A | 50 | 0 | 6 | EA | 57 | 34 |
| Octal | 30 | 57 | 357 | 132 | 120 | 0 | 6 | 352 | 127 | 64 |
| Binary | 11000 | 101111 | 11101111 | 1011010 | 1010000 | 0 | 110 | 11101010 | 1010111 | 110100 |
Color Harmonies of #182FEF
Complementary color
Monochromatic Colors of #182FEF
Black with #182FEF
Text Example
Text Example
White with #182FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FEF; }
p { color: rgb(24,47,239); }
H1.HeaderClassName
{
color: #182FEF;
}
.AnyTagClassName
{
color: #182FEF;
}
</style>
background-color css
<style>
a { background-color: #182FEF; }
a { background-color: rgb(24,47,239); }
div.DivClassName
{
background-color: #182FEF;
}
.BgClassName
{
background-color: #182FEF;
}
</style>
border-color css
<style>
span { border-color: #182FEF; }
span { border-color: rgb(24,47,239); }
td.TdClassName
{
border-color: #182FEF;
}
.TagClassName
{
border-color: #182FEF;
}
</style>