Shades of Egyptian Blue #103FB3
Tints of Egyptian Blue #103FB3
RGB
CMYK
RGB Variations
Color information
#103FB3 (or 0x103FB3) is known color: Egyptian Blue. HEX triplet: 10, 3F and B3. RGB value is (16,63,179). Sum of RGB (Red+Green+Blue) = 16+63+179=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #103FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FB3 is #EFC04C. Grayscale: #3D3D3D. Windows color (decimal): -15712333 or 11747088. OLE color: 11747088.
HSL color Cylindrical-coordinate representation of color #103FB3: hue angle of 222.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 #103FB3 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 63 | 179 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.30 |
| HSL | 222.7º | 0.84% | 0.38% | - |
| HSV(B) | 222.7º | 0.91% | 0.7% | - |
| XYZ | 10.13 | 6.92 | 43.45 | - |
| YUV | 62.17 | 193.93 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 179 | 0.91 | 0.65 | 0 | 0.30 | 222.7 | 0.84 | 0.38 |
| Hex | 10 | 3F | B3 | 5B | 41 | 0 | 1E | DF | 54 | 26 |
| Octal | 20 | 77 | 263 | 133 | 101 | 0 | 36 | 337 | 124 | 46 |
| Binary | 10000 | 111111 | 10110011 | 1011011 | 1000001 | 0 | 11110 | 11011111 | 1010100 | 100110 |
Color Harmonies of #103FB3
Complementary color
Monochromatic Colors of #103FB3
Black with #103FB3
Text Example
Text Example
White with #103FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FB3; }
p { color: rgb(16,63,179); }
H1.HeaderClassName
{
color: #103FB3;
}
.AnyTagClassName
{
color: #103FB3;
}
</style>
background-color css
<style>
a { background-color: #103FB3; }
a { background-color: rgb(16,63,179); }
div.DivClassName
{
background-color: #103FB3;
}
.BgClassName
{
background-color: #103FB3;
}
</style>
border-color css
<style>
span { border-color: #103FB3; }
span { border-color: rgb(16,63,179); }
td.TdClassName
{
border-color: #103FB3;
}
.TagClassName
{
border-color: #103FB3;
}
</style>