Shades of Egyptian Blue #183BA2
Tints of Egyptian Blue #183BA2
RGB
CMYK
RGB Variations
Color information
#183BA2 (or 0x183BA2) is known color: Egyptian Blue. HEX triplet: 18, 3B and A2. RGB value is (24,59,162). Sum of RGB (Red+Green+Blue) = 24+59+162=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #183BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BA2 is #E7C45D. Grayscale: #3B3B3B. Windows color (decimal): -15189086 or 10631960. OLE color: 10631960.
HSL color Cylindrical-coordinate representation of color #183BA2: hue angle of 224.78º 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 #183BA2 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 59 | 162 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.36 |
| HSL | 224.78º | 0.74% | 0.36% | - |
| HSV(B) | 224.78º | 0.85% | 0.64% | - |
| XYZ | 8.46 | 5.93 | 34.88 | - |
| YUV | 60.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 162 | 0.85 | 0.64 | 0 | 0.36 | 224.78 | 0.74 | 0.36 |
| Hex | 18 | 3B | A2 | 55 | 40 | 0 | 24 | E1 | 4A | 24 |
| Octal | 30 | 73 | 242 | 125 | 100 | 0 | 44 | 341 | 112 | 44 |
| Binary | 11000 | 111011 | 10100010 | 1010101 | 1000000 | 0 | 100100 | 11100001 | 1001010 | 100100 |
Color Harmonies of #183BA2
Complementary color
Monochromatic Colors of #183BA2
Black with #183BA2
Text Example
Text Example
White with #183BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BA2; }
p { color: rgb(24,59,162); }
H1.HeaderClassName
{
color: #183BA2;
}
.AnyTagClassName
{
color: #183BA2;
}
</style>
background-color css
<style>
a { background-color: #183BA2; }
a { background-color: rgb(24,59,162); }
div.DivClassName
{
background-color: #183BA2;
}
.BgClassName
{
background-color: #183BA2;
}
</style>
border-color css
<style>
span { border-color: #183BA2; }
span { border-color: rgb(24,59,162); }
td.TdClassName
{
border-color: #183BA2;
}
.TagClassName
{
border-color: #183BA2;
}
</style>