Shades of Egyptian Blue #1036B2
Tints of Egyptian Blue #1036B2
RGB
CMYK
RGB Variations
Color information
#1036B2 (or 0x1036B2) is known color: Egyptian Blue. HEX triplet: 10, 36 and B2. RGB value is (16,54,178). Sum of RGB (Red+Green+Blue) = 16+54+178=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 178 (69.92% from 255 or 71.77% from 248); Max value from RGB is 178 - color contains mainly: blue. Hex color #1036B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036B2 is #EFC94D. Grayscale: #383838. Windows color (decimal): -15714638 or 11679248. OLE color: 11679248.
HSL color Cylindrical-coordinate representation of color #1036B2: hue angle of 225.93º 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 #1036B2 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 54 | 178 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.30 |
| HSL | 225.93º | 0.84% | 0.38% | - |
| HSV(B) | 225.93º | 0.91% | 0.7% | - |
| XYZ | 9.57 | 5.96 | 42.77 | - |
| YUV | 56.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 178 | 0.91 | 0.70 | 0 | 0.30 | 225.93 | 0.84 | 0.38 |
| Hex | 10 | 36 | B2 | 5B | 46 | 0 | 1E | E2 | 54 | 26 |
| Octal | 20 | 66 | 262 | 133 | 106 | 0 | 36 | 342 | 124 | 46 |
| Binary | 10000 | 110110 | 10110010 | 1011011 | 1000110 | 0 | 11110 | 11100010 | 1010100 | 100110 |
Color Harmonies of #1036B2
Complementary color
Monochromatic Colors of #1036B2
Black with #1036B2
Text Example
Text Example
White with #1036B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1036B2; }
p { color: rgb(16,54,178); }
H1.HeaderClassName
{
color: #1036B2;
}
.AnyTagClassName
{
color: #1036B2;
}
</style>
background-color css
<style>
a { background-color: #1036B2; }
a { background-color: rgb(16,54,178); }
div.DivClassName
{
background-color: #1036B2;
}
.BgClassName
{
background-color: #1036B2;
}
</style>
border-color css
<style>
span { border-color: #1036B2; }
span { border-color: rgb(16,54,178); }
td.TdClassName
{
border-color: #1036B2;
}
.TagClassName
{
border-color: #1036B2;
}
</style>