Shades of Egyptian Blue #1030B1
Tints of Egyptian Blue #1030B1
RGB
CMYK
RGB Variations
Color information
#1030B1 (or 0x1030B1) is known color: Egyptian Blue. HEX triplet: 10, 30 and B1. RGB value is (16,48,177). Sum of RGB (Red+Green+Blue) = 16+48+177=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #1030B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1030B1 is #EFCF4E. Grayscale: #343434. Windows color (decimal): -15716175 or 11612176. OLE color: 11612176.
HSL color Cylindrical-coordinate representation of color #1030B1: hue angle of 228.07º 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 #1030B1 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 48 | 177 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.31 |
| HSL | 228.07º | 0.83% | 0.38% | - |
| HSV(B) | 228.07º | 0.91% | 0.69% | - |
| XYZ | 9.21 | 5.4 | 42.15 | - |
| YUV | 53.14 | 197.9 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 177 | 0.91 | 0.73 | 0 | 0.31 | 228.07 | 0.83 | 0.38 |
| Hex | 10 | 30 | B1 | 5B | 49 | 0 | 1F | E4 | 53 | 26 |
| Octal | 20 | 60 | 261 | 133 | 111 | 0 | 37 | 344 | 123 | 46 |
| Binary | 10000 | 110000 | 10110001 | 1011011 | 1001001 | 0 | 11111 | 11100100 | 1010011 | 100110 |
Color Harmonies of #1030B1
Complementary color
Monochromatic Colors of #1030B1
Black with #1030B1
Text Example
Text Example
White with #1030B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1030B1; }
p { color: rgb(16,48,177); }
H1.HeaderClassName
{
color: #1030B1;
}
.AnyTagClassName
{
color: #1030B1;
}
</style>
background-color css
<style>
a { background-color: #1030B1; }
a { background-color: rgb(16,48,177); }
div.DivClassName
{
background-color: #1030B1;
}
.BgClassName
{
background-color: #1030B1;
}
</style>
border-color css
<style>
span { border-color: #1030B1; }
span { border-color: rgb(16,48,177); }
td.TdClassName
{
border-color: #1030B1;
}
.TagClassName
{
border-color: #1030B1;
}
</style>