Shades of Egyptian Blue #183FAC
Tints of Egyptian Blue #183FAC
RGB
CMYK
RGB Variations
Color information
#183FAC (or 0x183FAC) is known color: Egyptian Blue. HEX triplet: 18, 3F and AC. RGB value is (24,63,172). Sum of RGB (Red+Green+Blue) = 24+63+172=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #183FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183FAC is #E7C053. Grayscale: #3F3F3F. Windows color (decimal): -15188052 or 11288344. OLE color: 11288344.
HSL color Cylindrical-coordinate representation of color #183FAC: hue angle of 224.19º 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 #183FAC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 63 | 172 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.33 |
| HSL | 224.19º | 0.76% | 0.38% | - |
| HSV(B) | 224.19º | 0.86% | 0.67% | - |
| XYZ | 9.6 | 6.73 | 39.82 | - |
| YUV | 63.77 | 189.08 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 172 | 0.86 | 0.63 | 0 | 0.33 | 224.19 | 0.76 | 0.38 |
| Hex | 18 | 3F | AC | 56 | 3F | 0 | 21 | E0 | 4C | 26 |
| Octal | 30 | 77 | 254 | 126 | 77 | 0 | 41 | 340 | 114 | 46 |
| Binary | 11000 | 111111 | 10101100 | 1010110 | 111111 | 0 | 100001 | 11100000 | 1001100 | 100110 |
Color Harmonies of #183FAC
Complementary color
Monochromatic Colors of #183FAC
Black with #183FAC
Text Example
Text Example
White with #183FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FAC; }
p { color: rgb(24,63,172); }
H1.HeaderClassName
{
color: #183FAC;
}
.AnyTagClassName
{
color: #183FAC;
}
</style>
background-color css
<style>
a { background-color: #183FAC; }
a { background-color: rgb(24,63,172); }
div.DivClassName
{
background-color: #183FAC;
}
.BgClassName
{
background-color: #183FAC;
}
</style>
border-color css
<style>
span { border-color: #183FAC; }
span { border-color: rgb(24,63,172); }
td.TdClassName
{
border-color: #183FAC;
}
.TagClassName
{
border-color: #183FAC;
}
</style>