Shades of Egyptian Blue #183BA8
Tints of Egyptian Blue #183BA8
RGB
CMYK
RGB Variations
Color information
#183BA8 (or 0x183BA8) is known color: Egyptian Blue. HEX triplet: 18, 3B and A8. RGB value is (24,59,168). Sum of RGB (Red+Green+Blue) = 24+59+168=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #183BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BA8 is #E7C457. Grayscale: #3C3C3C. Windows color (decimal): -15189080 or 11025176. OLE color: 11025176.
HSL color Cylindrical-coordinate representation of color #183BA8: hue angle of 225.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183BA8 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 59 | 168 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.34 |
| HSL | 225.42º | 0.75% | 0.38% | - |
| HSV(B) | 225.42º | 0.86% | 0.66% | - |
| XYZ | 9.01 | 6.15 | 37.76 | - |
| YUV | 60.96 | 188.4 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 168 | 0.86 | 0.65 | 0 | 0.34 | 225.42 | 0.75 | 0.38 |
| Hex | 18 | 3B | A8 | 56 | 41 | 0 | 22 | E1 | 4B | 26 |
| Octal | 30 | 73 | 250 | 126 | 101 | 0 | 42 | 341 | 113 | 46 |
| Binary | 11000 | 111011 | 10101000 | 1010110 | 1000001 | 0 | 100010 | 11100001 | 1001011 | 100110 |
Color Harmonies of #183BA8
Complementary color
Monochromatic Colors of #183BA8
Black with #183BA8
Text Example
Text Example
White with #183BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BA8; }
p { color: rgb(24,59,168); }
H1.HeaderClassName
{
color: #183BA8;
}
.AnyTagClassName
{
color: #183BA8;
}
</style>
background-color css
<style>
a { background-color: #183BA8; }
a { background-color: rgb(24,59,168); }
div.DivClassName
{
background-color: #183BA8;
}
.BgClassName
{
background-color: #183BA8;
}
</style>
border-color css
<style>
span { border-color: #183BA8; }
span { border-color: rgb(24,59,168); }
td.TdClassName
{
border-color: #183BA8;
}
.TagClassName
{
border-color: #183BA8;
}
</style>