Shades of Egyptian Blue #1039B2
Tints of Egyptian Blue #1039B2
RGB
CMYK
RGB Variations
Color information
#1039B2 (or 0x1039B2) is known color: Egyptian Blue. HEX triplet: 10, 39 and B2. RGB value is (16,57,178). Sum of RGB (Red+Green+Blue) = 16+57+178=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 178 (69.92% from 255 or 70.92% from 251); Max value from RGB is 178 - color contains mainly: blue. Hex color #1039B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1039B2 is #EFC64D. Grayscale: #3A3A3A. Windows color (decimal): -15713870 or 11680016. OLE color: 11680016.
HSL color Cylindrical-coordinate representation of color #1039B2: hue angle of 224.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1039B2 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 57 | 178 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.30 |
| HSL | 224.81º | 0.84% | 0.38% | - |
| HSV(B) | 224.81º | 0.91% | 0.7% | - |
| XYZ | 9.71 | 6.25 | 42.81 | - |
| YUV | 58.54 | 195.42 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 178 | 0.91 | 0.68 | 0 | 0.30 | 224.81 | 0.84 | 0.38 |
| Hex | 10 | 39 | B2 | 5B | 44 | 0 | 1E | E1 | 54 | 26 |
| Octal | 20 | 71 | 262 | 133 | 104 | 0 | 36 | 341 | 124 | 46 |
| Binary | 10000 | 111001 | 10110010 | 1011011 | 1000100 | 0 | 11110 | 11100001 | 1010100 | 100110 |
Color Harmonies of #1039B2
Complementary color
Monochromatic Colors of #1039B2
Black with #1039B2
Text Example
Text Example
White with #1039B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1039B2; }
p { color: rgb(16,57,178); }
H1.HeaderClassName
{
color: #1039B2;
}
.AnyTagClassName
{
color: #1039B2;
}
</style>
background-color css
<style>
a { background-color: #1039B2; }
a { background-color: rgb(16,57,178); }
div.DivClassName
{
background-color: #1039B2;
}
.BgClassName
{
background-color: #1039B2;
}
</style>
border-color css
<style>
span { border-color: #1039B2; }
span { border-color: rgb(16,57,178); }
td.TdClassName
{
border-color: #1039B2;
}
.TagClassName
{
border-color: #1039B2;
}
</style>