Shades of Egyptian Blue #183BA7
Tints of Egyptian Blue #183BA7
RGB
CMYK
RGB Variations
Color information
#183BA7 (or 0x183BA7) is known color: Egyptian Blue. HEX triplet: 18, 3B and A7. RGB value is (24,59,167). Sum of RGB (Red+Green+Blue) = 24+59+167=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 167 (65.62% from 255 or 66.8% from 250); Max value from RGB is 167 - color contains mainly: blue. Hex color #183BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BA7 is #E7C458. Grayscale: #3C3C3C. Windows color (decimal): -15189081 or 10959640. OLE color: 10959640.
HSL color Cylindrical-coordinate representation of color #183BA7: hue angle of 225.31º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183BA7 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 59 | 167 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.35 |
| HSL | 225.31º | 0.75% | 0.37% | - |
| HSV(B) | 225.31º | 0.86% | 0.65% | - |
| XYZ | 8.92 | 6.11 | 37.27 | - |
| YUV | 60.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 167 | 0.86 | 0.65 | 0 | 0.35 | 225.31 | 0.75 | 0.37 |
| Hex | 18 | 3B | A7 | 56 | 41 | 0 | 23 | E1 | 4B | 25 |
| Octal | 30 | 73 | 247 | 126 | 101 | 0 | 43 | 341 | 113 | 45 |
| Binary | 11000 | 111011 | 10100111 | 1010110 | 1000001 | 0 | 100011 | 11100001 | 1001011 | 100101 |
Color Harmonies of #183BA7
Complementary color
Monochromatic Colors of #183BA7
Black with #183BA7
Text Example
Text Example
White with #183BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BA7; }
p { color: rgb(24,59,167); }
H1.HeaderClassName
{
color: #183BA7;
}
.AnyTagClassName
{
color: #183BA7;
}
</style>
background-color css
<style>
a { background-color: #183BA7; }
a { background-color: rgb(24,59,167); }
div.DivClassName
{
background-color: #183BA7;
}
.BgClassName
{
background-color: #183BA7;
}
</style>
border-color css
<style>
span { border-color: #183BA7; }
span { border-color: rgb(24,59,167); }
td.TdClassName
{
border-color: #183BA7;
}
.TagClassName
{
border-color: #183BA7;
}
</style>