Shades of Egyptian Blue #102DB3
Tints of Egyptian Blue #102DB3
RGB
CMYK
RGB Variations
Color information
#102DB3 (or 0x102DB3) is known color: Egyptian Blue. HEX triplet: 10, 2D and B3. RGB value is (16,45,179). Sum of RGB (Red+Green+Blue) = 16+45+179=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 179 (70.31% from 255 or 74.58% from 240); Max value from RGB is 179 - color contains mainly: blue. Hex color #102DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DB3 is #EFD24C. Grayscale: #333333. Windows color (decimal): -15716941 or 11742480. OLE color: 11742480.
HSL color Cylindrical-coordinate representation of color #102DB3: hue angle of 229.33º 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 #102DB3 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 45 | 179 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.30 |
| HSL | 229.33º | 0.84% | 0.38% | - |
| HSV(B) | 229.33º | 0.91% | 0.7% | - |
| XYZ | 9.29 | 5.24 | 43.17 | - |
| YUV | 51.61 | 199.89 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 179 | 0.91 | 0.75 | 0 | 0.30 | 229.33 | 0.84 | 0.38 |
| Hex | 10 | 2D | B3 | 5B | 4B | 0 | 1E | E5 | 54 | 26 |
| Octal | 20 | 55 | 263 | 133 | 113 | 0 | 36 | 345 | 124 | 46 |
| Binary | 10000 | 101101 | 10110011 | 1011011 | 1001011 | 0 | 11110 | 11100101 | 1010100 | 100110 |
Color Harmonies of #102DB3
Complementary color
Monochromatic Colors of #102DB3
Black with #102DB3
Text Example
Text Example
White with #102DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DB3; }
p { color: rgb(16,45,179); }
H1.HeaderClassName
{
color: #102DB3;
}
.AnyTagClassName
{
color: #102DB3;
}
</style>
background-color css
<style>
a { background-color: #102DB3; }
a { background-color: rgb(16,45,179); }
div.DivClassName
{
background-color: #102DB3;
}
.BgClassName
{
background-color: #102DB3;
}
</style>
border-color css
<style>
span { border-color: #102DB3; }
span { border-color: rgb(16,45,179); }
td.TdClassName
{
border-color: #102DB3;
}
.TagClassName
{
border-color: #102DB3;
}
</style>