Shades of Egyptian Blue #1038AB
Tints of Egyptian Blue #1038AB
RGB
CMYK
RGB Variations
Color information
#1038AB (or 0x1038AB) is known color: Egyptian Blue. HEX triplet: 10, 38 and AB. RGB value is (16,56,171). Sum of RGB (Red+Green+Blue) = 16+56+171=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1038AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1038AB is #EFC754. Grayscale: #383838. Windows color (decimal): -15714133 or 11221008. OLE color: 11221008.
HSL color Cylindrical-coordinate representation of color #1038AB: hue angle of 224.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1038AB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 56 | 171 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.33 |
| HSL | 224.52º | 0.83% | 0.37% | - |
| HSV(B) | 224.52º | 0.91% | 0.67% | - |
| XYZ | 8.98 | 5.88 | 39.19 | - |
| YUV | 57.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 171 | 0.91 | 0.67 | 0 | 0.33 | 224.52 | 0.83 | 0.37 |
| Hex | 10 | 38 | AB | 5B | 43 | 0 | 21 | E1 | 53 | 25 |
| Octal | 20 | 70 | 253 | 133 | 103 | 0 | 41 | 341 | 123 | 45 |
| Binary | 10000 | 111000 | 10101011 | 1011011 | 1000011 | 0 | 100001 | 11100001 | 1010011 | 100101 |
Color Harmonies of #1038AB
Complementary color
Monochromatic Colors of #1038AB
Black with #1038AB
Text Example
Text Example
White with #1038AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1038AB; }
p { color: rgb(16,56,171); }
H1.HeaderClassName
{
color: #1038AB;
}
.AnyTagClassName
{
color: #1038AB;
}
</style>
background-color css
<style>
a { background-color: #1038AB; }
a { background-color: rgb(16,56,171); }
div.DivClassName
{
background-color: #1038AB;
}
.BgClassName
{
background-color: #1038AB;
}
</style>
border-color css
<style>
span { border-color: #1038AB; }
span { border-color: rgb(16,56,171); }
td.TdClassName
{
border-color: #1038AB;
}
.TagClassName
{
border-color: #1038AB;
}
</style>