Shades of Egyptian Blue #1626B2
Tints of Egyptian Blue #1626B2
RGB
CMYK
RGB Variations
Color information
#1626B2 (or 0x1626B2) is known color: Egyptian Blue. HEX triplet: 16, 26 and B2. RGB value is (22,38,178). Sum of RGB (Red+Green+Blue) = 22+38+178=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 178 (69.92% from 255 or 74.79% from 238); Max value from RGB is 178 - color contains mainly: blue. Hex color #1626B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1626B2 is #E9D94D. Grayscale: #303030. Windows color (decimal): -15325518 or 11675158. OLE color: 11675158.
HSL color Cylindrical-coordinate representation of color #1626B2: hue angle of 233.85º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1626B2 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 38 | 178 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.30 |
| HSL | 233.85º | 0.78% | 0.39% | - |
| HSV(B) | 233.85º | 0.88% | 0.7% | - |
| XYZ | 9.06 | 4.77 | 42.56 | - |
| YUV | 49.18 | 200.7 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 178 | 0.88 | 0.79 | 0 | 0.30 | 233.85 | 0.78 | 0.39 |
| Hex | 16 | 26 | B2 | 58 | 4F | 0 | 1E | EA | 4E | 27 |
| Octal | 26 | 46 | 262 | 130 | 117 | 0 | 36 | 352 | 116 | 47 |
| Binary | 10110 | 100110 | 10110010 | 1011000 | 1001111 | 0 | 11110 | 11101010 | 1001110 | 100111 |
Color Harmonies of #1626B2
Complementary color
Monochromatic Colors of #1626B2
Black with #1626B2
Text Example
Text Example
White with #1626B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1626B2; }
p { color: rgb(22,38,178); }
H1.HeaderClassName
{
color: #1626B2;
}
.AnyTagClassName
{
color: #1626B2;
}
</style>
background-color css
<style>
a { background-color: #1626B2; }
a { background-color: rgb(22,38,178); }
div.DivClassName
{
background-color: #1626B2;
}
.BgClassName
{
background-color: #1626B2;
}
</style>
border-color css
<style>
span { border-color: #1626B2; }
span { border-color: rgb(22,38,178); }
td.TdClassName
{
border-color: #1626B2;
}
.TagClassName
{
border-color: #1626B2;
}
</style>