Shades of Egyptian Blue #183B9F
Tints of Egyptian Blue #183B9F
RGB
CMYK
RGB Variations
Color information
#183B9F (or 0x183B9F) is known color: Egyptian Blue. HEX triplet: 18, 3B and 9F. RGB value is (24,59,159). Sum of RGB (Red+Green+Blue) = 24+59+159=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #183B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183B9F is #E7C460. Grayscale: #3B3B3B. Windows color (decimal): -15189089 or 10435352. OLE color: 10435352.
HSL color Cylindrical-coordinate representation of color #183B9F: hue angle of 224.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183B9F is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 59 | 159 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.38 |
| HSL | 224.44º | 0.74% | 0.36% | - |
| HSV(B) | 224.44º | 0.85% | 0.62% | - |
| XYZ | 8.2 | 5.83 | 33.49 | - |
| YUV | 59.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 159 | 0.85 | 0.63 | 0 | 0.38 | 224.44 | 0.74 | 0.36 |
| Hex | 18 | 3B | 9F | 55 | 3F | 0 | 26 | E0 | 4A | 24 |
| Octal | 30 | 73 | 237 | 125 | 77 | 0 | 46 | 340 | 112 | 44 |
| Binary | 11000 | 111011 | 10011111 | 1010101 | 111111 | 0 | 100110 | 11100000 | 1001010 | 100100 |
Color Harmonies of #183B9F
Complementary color
Monochromatic Colors of #183B9F
Black with #183B9F
Text Example
Text Example
White with #183B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B9F; }
p { color: rgb(24,59,159); }
H1.HeaderClassName
{
color: #183B9F;
}
.AnyTagClassName
{
color: #183B9F;
}
</style>
background-color css
<style>
a { background-color: #183B9F; }
a { background-color: rgb(24,59,159); }
div.DivClassName
{
background-color: #183B9F;
}
.BgClassName
{
background-color: #183B9F;
}
</style>
border-color css
<style>
span { border-color: #183B9F; }
span { border-color: rgb(24,59,159); }
td.TdClassName
{
border-color: #183B9F;
}
.TagClassName
{
border-color: #183B9F;
}
</style>