Shades of Egyptian Blue #103DB3
Tints of Egyptian Blue #103DB3
RGB
CMYK
RGB Variations
Color information
#103DB3 (or 0x103DB3) is known color: Egyptian Blue. HEX triplet: 10, 3D and B3. RGB value is (16,61,179). Sum of RGB (Red+Green+Blue) = 16+61+179=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #103DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DB3 is #EFC24C. Grayscale: #3C3C3C. Windows color (decimal): -15712845 or 11746576. OLE color: 11746576.
HSL color Cylindrical-coordinate representation of color #103DB3: hue angle of 223.44º 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 #103DB3 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 61 | 179 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.30 |
| HSL | 223.44º | 0.84% | 0.38% | - |
| HSV(B) | 223.44º | 0.91% | 0.7% | - |
| XYZ | 10.02 | 6.7 | 43.41 | - |
| YUV | 61 | 194.59 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 179 | 0.91 | 0.66 | 0 | 0.30 | 223.44 | 0.84 | 0.38 |
| Hex | 10 | 3D | B3 | 5B | 42 | 0 | 1E | DF | 54 | 26 |
| Octal | 20 | 75 | 263 | 133 | 102 | 0 | 36 | 337 | 124 | 46 |
| Binary | 10000 | 111101 | 10110011 | 1011011 | 1000010 | 0 | 11110 | 11011111 | 1010100 | 100110 |
Color Harmonies of #103DB3
Complementary color
Monochromatic Colors of #103DB3
Black with #103DB3
Text Example
Text Example
White with #103DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DB3; }
p { color: rgb(16,61,179); }
H1.HeaderClassName
{
color: #103DB3;
}
.AnyTagClassName
{
color: #103DB3;
}
</style>
background-color css
<style>
a { background-color: #103DB3; }
a { background-color: rgb(16,61,179); }
div.DivClassName
{
background-color: #103DB3;
}
.BgClassName
{
background-color: #103DB3;
}
</style>
border-color css
<style>
span { border-color: #103DB3; }
span { border-color: rgb(16,61,179); }
td.TdClassName
{
border-color: #103DB3;
}
.TagClassName
{
border-color: #103DB3;
}
</style>