Shades of Egyptian Blue #183FA2
Tints of Egyptian Blue #183FA2
RGB
CMYK
RGB Variations
Color information
#183FA2 (or 0x183FA2) is known color: Egyptian Blue. HEX triplet: 18, 3F and A2. RGB value is (24,63,162). Sum of RGB (Red+Green+Blue) = 24+63+162=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 162 (63.67% from 255 or 65.06% from 249); Max value from RGB is 162 - color contains mainly: blue. Hex color #183FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183FA2 is #E7C05D. Grayscale: #3E3E3E. Windows color (decimal): -15188062 or 10632984. OLE color: 10632984.
HSL color Cylindrical-coordinate representation of color #183FA2: hue angle of 223.04º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183FA2 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 63 | 162 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.36 |
| HSL | 223.04º | 0.74% | 0.36% | - |
| HSV(B) | 223.04º | 0.85% | 0.64% | - |
| XYZ | 8.68 | 6.36 | 34.95 | - |
| YUV | 62.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 162 | 0.85 | 0.61 | 0 | 0.36 | 223.04 | 0.74 | 0.36 |
| Hex | 18 | 3F | A2 | 55 | 3D | 0 | 24 | DF | 4A | 24 |
| Octal | 30 | 77 | 242 | 125 | 75 | 0 | 44 | 337 | 112 | 44 |
| Binary | 11000 | 111111 | 10100010 | 1010101 | 111101 | 0 | 100100 | 11011111 | 1001010 | 100100 |
Color Harmonies of #183FA2
Complementary color
Monochromatic Colors of #183FA2
Black with #183FA2
Text Example
Text Example
White with #183FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FA2; }
p { color: rgb(24,63,162); }
H1.HeaderClassName
{
color: #183FA2;
}
.AnyTagClassName
{
color: #183FA2;
}
</style>
background-color css
<style>
a { background-color: #183FA2; }
a { background-color: rgb(24,63,162); }
div.DivClassName
{
background-color: #183FA2;
}
.BgClassName
{
background-color: #183FA2;
}
</style>
border-color css
<style>
span { border-color: #183FA2; }
span { border-color: rgb(24,63,162); }
td.TdClassName
{
border-color: #183FA2;
}
.TagClassName
{
border-color: #183FA2;
}
</style>