Shades of Egyptian Blue #182FAC
Tints of Egyptian Blue #182FAC
RGB
CMYK
RGB Variations
Color information
#182FAC (or 0x182FAC) is known color: Egyptian Blue. HEX triplet: 18, 2F and AC. RGB value is (24,47,172). Sum of RGB (Red+Green+Blue) = 24+47+172=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #182FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182FAC is #E7D053. Grayscale: #353535. Windows color (decimal): -15192148 or 11284248. OLE color: 11284248.
HSL color Cylindrical-coordinate representation of color #182FAC: hue angle of 230.68º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182FAC is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 47 | 172 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.33 |
| HSL | 230.68º | 0.76% | 0.38% | - |
| HSV(B) | 230.68º | 0.86% | 0.67% | - |
| XYZ | 8.84 | 5.21 | 39.57 | - |
| YUV | 54.37 | 194.38 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 172 | 0.86 | 0.73 | 0 | 0.33 | 230.68 | 0.76 | 0.38 |
| Hex | 18 | 2F | AC | 56 | 49 | 0 | 21 | E7 | 4C | 26 |
| Octal | 30 | 57 | 254 | 126 | 111 | 0 | 41 | 347 | 114 | 46 |
| Binary | 11000 | 101111 | 10101100 | 1010110 | 1001001 | 0 | 100001 | 11100111 | 1001100 | 100110 |
Color Harmonies of #182FAC
Complementary color
Monochromatic Colors of #182FAC
Black with #182FAC
Text Example
Text Example
White with #182FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182FAC; }
p { color: rgb(24,47,172); }
H1.HeaderClassName
{
color: #182FAC;
}
.AnyTagClassName
{
color: #182FAC;
}
</style>
background-color css
<style>
a { background-color: #182FAC; }
a { background-color: rgb(24,47,172); }
div.DivClassName
{
background-color: #182FAC;
}
.BgClassName
{
background-color: #182FAC;
}
</style>
border-color css
<style>
span { border-color: #182FAC; }
span { border-color: rgb(24,47,172); }
td.TdClassName
{
border-color: #182FAC;
}
.TagClassName
{
border-color: #182FAC;
}
</style>