Shades of Egyptian Blue #183FA5
Tints of Egyptian Blue #183FA5
RGB
CMYK
RGB Variations
Color information
#183FA5 (or 0x183FA5) is known color: Egyptian Blue. HEX triplet: 18, 3F and A5. RGB value is (24,63,165). Sum of RGB (Red+Green+Blue) = 24+63+165=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 165 (64.84% from 255 or 65.48% from 252); Max value from RGB is 165 - color contains mainly: blue. Hex color #183FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183FA5 is #E7C05A. Grayscale: #3E3E3E. Windows color (decimal): -15188059 or 10829592. OLE color: 10829592.
HSL color Cylindrical-coordinate representation of color #183FA5: hue angle of 223.4º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183FA5 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 63 | 165 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.35 |
| HSL | 223.4º | 0.75% | 0.37% | - |
| HSV(B) | 223.4º | 0.85% | 0.65% | - |
| XYZ | 8.95 | 6.47 | 36.37 | - |
| YUV | 62.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 165 | 0.85 | 0.62 | 0 | 0.35 | 223.4 | 0.75 | 0.37 |
| Hex | 18 | 3F | A5 | 55 | 3E | 0 | 23 | DF | 4B | 25 |
| Octal | 30 | 77 | 245 | 125 | 76 | 0 | 43 | 337 | 113 | 45 |
| Binary | 11000 | 111111 | 10100101 | 1010101 | 111110 | 0 | 100011 | 11011111 | 1001011 | 100101 |
Color Harmonies of #183FA5
Complementary color
Monochromatic Colors of #183FA5
Black with #183FA5
Text Example
Text Example
White with #183FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FA5; }
p { color: rgb(24,63,165); }
H1.HeaderClassName
{
color: #183FA5;
}
.AnyTagClassName
{
color: #183FA5;
}
</style>
background-color css
<style>
a { background-color: #183FA5; }
a { background-color: rgb(24,63,165); }
div.DivClassName
{
background-color: #183FA5;
}
.BgClassName
{
background-color: #183FA5;
}
</style>
border-color css
<style>
span { border-color: #183FA5; }
span { border-color: rgb(24,63,165); }
td.TdClassName
{
border-color: #183FA5;
}
.TagClassName
{
border-color: #183FA5;
}
</style>