Shades of Egyptian Blue #183F9B
Tints of Egyptian Blue #183F9B
RGB
CMYK
RGB Variations
Color information
#183F9B (or 0x183F9B) is known color: Egyptian Blue. HEX triplet: 18, 3F and 9B. RGB value is (24,63,155). Sum of RGB (Red+Green+Blue) = 24+63+155=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #183F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183F9B is #E7C064. Grayscale: #3D3D3D. Windows color (decimal): -15188069 or 10174232. OLE color: 10174232.
HSL color Cylindrical-coordinate representation of color #183F9B: hue angle of 222.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183F9B is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 63 | 155 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.39 |
| HSL | 222.14º | 0.73% | 0.35% | - |
| HSV(B) | 222.14º | 0.85% | 0.61% | - |
| XYZ | 8.07 | 6.12 | 31.77 | - |
| YUV | 61.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 155 | 0.85 | 0.59 | 0 | 0.39 | 222.14 | 0.73 | 0.35 |
| Hex | 18 | 3F | 9B | 55 | 3B | 0 | 27 | DE | 49 | 23 |
| Octal | 30 | 77 | 233 | 125 | 73 | 0 | 47 | 336 | 111 | 43 |
| Binary | 11000 | 111111 | 10011011 | 1010101 | 111011 | 0 | 100111 | 11011110 | 1001001 | 100011 |
Color Harmonies of #183F9B
Complementary color
Monochromatic Colors of #183F9B
Black with #183F9B
Text Example
Text Example
White with #183F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F9B; }
p { color: rgb(24,63,155); }
H1.HeaderClassName
{
color: #183F9B;
}
.AnyTagClassName
{
color: #183F9B;
}
</style>
background-color css
<style>
a { background-color: #183F9B; }
a { background-color: rgb(24,63,155); }
div.DivClassName
{
background-color: #183F9B;
}
.BgClassName
{
background-color: #183F9B;
}
</style>
border-color css
<style>
span { border-color: #183F9B; }
span { border-color: rgb(24,63,155); }
td.TdClassName
{
border-color: #183F9B;
}
.TagClassName
{
border-color: #183F9B;
}
</style>