Shades of Egyptian Blue #183CA7
Tints of Egyptian Blue #183CA7
RGB
CMYK
RGB Variations
Color information
#183CA7 (or 0x183CA7) is known color: Egyptian Blue. HEX triplet: 18, 3C and A7. RGB value is (24,60,167). Sum of RGB (Red+Green+Blue) = 24+60+167=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 167 (65.62% from 255 or 66.53% from 251); Max value from RGB is 167 - color contains mainly: blue. Hex color #183CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183CA7 is #E7C358. Grayscale: #3C3C3C. Windows color (decimal): -15188825 or 10959896. OLE color: 10959896.
HSL color Cylindrical-coordinate representation of color #183CA7: hue angle of 224.9º 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 #183CA7 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 60 | 167 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.35 |
| HSL | 224.9º | 0.75% | 0.37% | - |
| HSV(B) | 224.9º | 0.86% | 0.65% | - |
| XYZ | 8.97 | 6.22 | 37.29 | - |
| YUV | 61.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 167 | 0.86 | 0.64 | 0 | 0.35 | 224.9 | 0.75 | 0.37 |
| Hex | 18 | 3C | A7 | 56 | 40 | 0 | 23 | E1 | 4B | 25 |
| Octal | 30 | 74 | 247 | 126 | 100 | 0 | 43 | 341 | 113 | 45 |
| Binary | 11000 | 111100 | 10100111 | 1010110 | 1000000 | 0 | 100011 | 11100001 | 1001011 | 100101 |
Color Harmonies of #183CA7
Complementary color
Monochromatic Colors of #183CA7
Black with #183CA7
Text Example
Text Example
White with #183CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CA7; }
p { color: rgb(24,60,167); }
H1.HeaderClassName
{
color: #183CA7;
}
.AnyTagClassName
{
color: #183CA7;
}
</style>
background-color css
<style>
a { background-color: #183CA7; }
a { background-color: rgb(24,60,167); }
div.DivClassName
{
background-color: #183CA7;
}
.BgClassName
{
background-color: #183CA7;
}
</style>
border-color css
<style>
span { border-color: #183CA7; }
span { border-color: rgb(24,60,167); }
td.TdClassName
{
border-color: #183CA7;
}
.TagClassName
{
border-color: #183CA7;
}
</style>