Shades of Egyptian Blue #1036B1
Tints of Egyptian Blue #1036B1
RGB
CMYK
RGB Variations
Color information
#1036B1 (or 0x1036B1) is known color: Egyptian Blue. HEX triplet: 10, 36 and B1. RGB value is (16,54,177). Sum of RGB (Red+Green+Blue) = 16+54+177=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 177 (69.53% from 255 or 71.66% from 247); Max value from RGB is 177 - color contains mainly: blue. Hex color #1036B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036B1 is #EFC94E. Grayscale: #383838. Windows color (decimal): -15714639 or 11613712. OLE color: 11613712.
HSL color Cylindrical-coordinate representation of color #1036B1: hue angle of 225.84º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1036B1 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 54 | 177 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.31 |
| HSL | 225.84º | 0.83% | 0.38% | - |
| HSV(B) | 225.84º | 0.91% | 0.69% | - |
| XYZ | 9.47 | 5.92 | 42.24 | - |
| YUV | 56.66 | 195.91 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 177 | 0.91 | 0.69 | 0 | 0.31 | 225.84 | 0.83 | 0.38 |
| Hex | 10 | 36 | B1 | 5B | 45 | 0 | 1F | E2 | 53 | 26 |
| Octal | 20 | 66 | 261 | 133 | 105 | 0 | 37 | 342 | 123 | 46 |
| Binary | 10000 | 110110 | 10110001 | 1011011 | 1000101 | 0 | 11111 | 11100010 | 1010011 | 100110 |
Color Harmonies of #1036B1
Complementary color
Monochromatic Colors of #1036B1
Black with #1036B1
Text Example
Text Example
White with #1036B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1036B1; }
p { color: rgb(16,54,177); }
H1.HeaderClassName
{
color: #1036B1;
}
.AnyTagClassName
{
color: #1036B1;
}
</style>
background-color css
<style>
a { background-color: #1036B1; }
a { background-color: rgb(16,54,177); }
div.DivClassName
{
background-color: #1036B1;
}
.BgClassName
{
background-color: #1036B1;
}
</style>
border-color css
<style>
span { border-color: #1036B1; }
span { border-color: rgb(16,54,177); }
td.TdClassName
{
border-color: #1036B1;
}
.TagClassName
{
border-color: #1036B1;
}
</style>