Shades of Egyptian Blue #103CB2
Tints of Egyptian Blue #103CB2
RGB
CMYK
RGB Variations
Color information
#103CB2 (or 0x103CB2) is known color: Egyptian Blue. HEX triplet: 10, 3C and B2. RGB value is (16,60,178). Sum of RGB (Red+Green+Blue) = 16+60+178=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 178 (69.92% from 255 or 70.08% from 254); Max value from RGB is 178 - color contains mainly: blue. Hex color #103CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103CB2 is #EFC34D. Grayscale: #3B3B3B. Windows color (decimal): -15713102 or 11680784. OLE color: 11680784.
HSL color Cylindrical-coordinate representation of color #103CB2: hue angle of 223.7º 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 #103CB2 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 60 | 178 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.30 |
| HSL | 223.7º | 0.84% | 0.38% | - |
| HSV(B) | 223.7º | 0.91% | 0.7% | - |
| XYZ | 9.87 | 6.56 | 42.87 | - |
| YUV | 60.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 178 | 0.91 | 0.66 | 0 | 0.30 | 223.7 | 0.84 | 0.38 |
| Hex | 10 | 3C | B2 | 5B | 42 | 0 | 1E | E0 | 54 | 26 |
| Octal | 20 | 74 | 262 | 133 | 102 | 0 | 36 | 340 | 124 | 46 |
| Binary | 10000 | 111100 | 10110010 | 1011011 | 1000010 | 0 | 11110 | 11100000 | 1010100 | 100110 |
Color Harmonies of #103CB2
Complementary color
Monochromatic Colors of #103CB2
Black with #103CB2
Text Example
Text Example
White with #103CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CB2; }
p { color: rgb(16,60,178); }
H1.HeaderClassName
{
color: #103CB2;
}
.AnyTagClassName
{
color: #103CB2;
}
</style>
background-color css
<style>
a { background-color: #103CB2; }
a { background-color: rgb(16,60,178); }
div.DivClassName
{
background-color: #103CB2;
}
.BgClassName
{
background-color: #103CB2;
}
</style>
border-color css
<style>
span { border-color: #103CB2; }
span { border-color: rgb(16,60,178); }
td.TdClassName
{
border-color: #103CB2;
}
.TagClassName
{
border-color: #103CB2;
}
</style>