Shades of Egyptian Blue #182CB0
Tints of Egyptian Blue #182CB0
RGB
CMYK
RGB Variations
Color information
#182CB0 (or 0x182CB0) is known color: Egyptian Blue. HEX triplet: 18, 2C and B0. RGB value is (24,44,176). Sum of RGB (Red+Green+Blue) = 24+44+176=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 176 (69.14% from 255 or 72.13% from 244); Max value from RGB is 176 - color contains mainly: blue. Hex color #182CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182CB0 is #E7D34F. Grayscale: #343434. Windows color (decimal): -15192912 or 11545624. OLE color: 11545624.
HSL color Cylindrical-coordinate representation of color #182CB0: hue angle of 232.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182CB0 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 44 | 176 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.31 |
| HSL | 232.11º | 0.76% | 0.39% | - |
| HSV(B) | 232.11º | 0.86% | 0.69% | - |
| XYZ | 9.11 | 5.13 | 41.58 | - |
| YUV | 53.07 | 197.37 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 176 | 0.86 | 0.75 | 0 | 0.31 | 232.11 | 0.76 | 0.39 |
| Hex | 18 | 2C | B0 | 56 | 4B | 0 | 1F | E8 | 4C | 27 |
| Octal | 30 | 54 | 260 | 126 | 113 | 0 | 37 | 350 | 114 | 47 |
| Binary | 11000 | 101100 | 10110000 | 1010110 | 1001011 | 0 | 11111 | 11101000 | 1001100 | 100111 |
Color Harmonies of #182CB0
Complementary color
Monochromatic Colors of #182CB0
Black with #182CB0
Text Example
Text Example
White with #182CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182CB0; }
p { color: rgb(24,44,176); }
H1.HeaderClassName
{
color: #182CB0;
}
.AnyTagClassName
{
color: #182CB0;
}
</style>
background-color css
<style>
a { background-color: #182CB0; }
a { background-color: rgb(24,44,176); }
div.DivClassName
{
background-color: #182CB0;
}
.BgClassName
{
background-color: #182CB0;
}
</style>
border-color css
<style>
span { border-color: #182CB0; }
span { border-color: rgb(24,44,176); }
td.TdClassName
{
border-color: #182CB0;
}
.TagClassName
{
border-color: #182CB0;
}
</style>