Shades of Egyptian Blue #183FA3
Tints of Egyptian Blue #183FA3
RGB
CMYK
RGB Variations
Color information
#183FA3 (or 0x183FA3) is known color: Egyptian Blue. HEX triplet: 18, 3F and A3. RGB value is (24,63,163). Sum of RGB (Red+Green+Blue) = 24+63+163=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #183FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183FA3 is #E7C05C. Grayscale: #3E3E3E. Windows color (decimal): -15188061 or 10698520. OLE color: 10698520.
HSL color Cylindrical-coordinate representation of color #183FA3: hue angle of 223.17º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183FA3 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 63 | 163 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.36 |
| HSL | 223.17º | 0.74% | 0.37% | - |
| HSV(B) | 223.17º | 0.85% | 0.64% | - |
| XYZ | 8.77 | 6.39 | 35.42 | - |
| YUV | 62.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 163 | 0.85 | 0.61 | 0 | 0.36 | 223.17 | 0.74 | 0.37 |
| Hex | 18 | 3F | A3 | 55 | 3D | 0 | 24 | DF | 4A | 25 |
| Octal | 30 | 77 | 243 | 125 | 75 | 0 | 44 | 337 | 112 | 45 |
| Binary | 11000 | 111111 | 10100011 | 1010101 | 111101 | 0 | 100100 | 11011111 | 1001010 | 100101 |
Color Harmonies of #183FA3
Complementary color
Monochromatic Colors of #183FA3
Black with #183FA3
Text Example
Text Example
White with #183FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FA3; }
p { color: rgb(24,63,163); }
H1.HeaderClassName
{
color: #183FA3;
}
.AnyTagClassName
{
color: #183FA3;
}
</style>
background-color css
<style>
a { background-color: #183FA3; }
a { background-color: rgb(24,63,163); }
div.DivClassName
{
background-color: #183FA3;
}
.BgClassName
{
background-color: #183FA3;
}
</style>
border-color css
<style>
span { border-color: #183FA3; }
span { border-color: rgb(24,63,163); }
td.TdClassName
{
border-color: #183FA3;
}
.TagClassName
{
border-color: #183FA3;
}
</style>