Shades of Egyptian Blue #183FAB
Tints of Egyptian Blue #183FAB
RGB
CMYK
RGB Variations
Color information
#183FAB (or 0x183FAB) is known color: Egyptian Blue. HEX triplet: 18, 3F and AB. RGB value is (24,63,171). Sum of RGB (Red+Green+Blue) = 24+63+171=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #183FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183FAB is #E7C054. Grayscale: #3F3F3F. Windows color (decimal): -15188053 or 11222808. OLE color: 11222808.
HSL color Cylindrical-coordinate representation of color #183FAB: hue angle of 224.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183FAB is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 63 | 171 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.33 |
| HSL | 224.08º | 0.75% | 0.38% | - |
| HSV(B) | 224.08º | 0.86% | 0.67% | - |
| XYZ | 9.5 | 6.69 | 39.32 | - |
| YUV | 63.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 171 | 0.86 | 0.63 | 0 | 0.33 | 224.08 | 0.75 | 0.38 |
| Hex | 18 | 3F | AB | 56 | 3F | 0 | 21 | E0 | 4B | 26 |
| Octal | 30 | 77 | 253 | 126 | 77 | 0 | 41 | 340 | 113 | 46 |
| Binary | 11000 | 111111 | 10101011 | 1010110 | 111111 | 0 | 100001 | 11100000 | 1001011 | 100110 |
Color Harmonies of #183FAB
Complementary color
Monochromatic Colors of #183FAB
Black with #183FAB
Text Example
Text Example
White with #183FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FAB; }
p { color: rgb(24,63,171); }
H1.HeaderClassName
{
color: #183FAB;
}
.AnyTagClassName
{
color: #183FAB;
}
</style>
background-color css
<style>
a { background-color: #183FAB; }
a { background-color: rgb(24,63,171); }
div.DivClassName
{
background-color: #183FAB;
}
.BgClassName
{
background-color: #183FAB;
}
</style>
border-color css
<style>
span { border-color: #183FAB; }
span { border-color: rgb(24,63,171); }
td.TdClassName
{
border-color: #183FAB;
}
.TagClassName
{
border-color: #183FAB;
}
</style>