Shades of Egyptian Blue #102DB4
Tints of Egyptian Blue #102DB4
RGB
CMYK
RGB Variations
Color information
#102DB4 (or 0x102DB4) is known color: Egyptian Blue. HEX triplet: 10, 2D and B4. RGB value is (16,45,180). Sum of RGB (Red+Green+Blue) = 16+45+180=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #102DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DB4 is #EFD24B. Grayscale: #333333. Windows color (decimal): -15716940 or 11808016. OLE color: 11808016.
HSL color Cylindrical-coordinate representation of color #102DB4: hue angle of 229.39º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #102DB4 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 45 | 180 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.29 |
| HSL | 229.39º | 0.84% | 0.38% | - |
| HSV(B) | 229.39º | 0.91% | 0.71% | - |
| XYZ | 9.39 | 5.28 | 43.7 | - |
| YUV | 51.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 180 | 0.91 | 0.75 | 0 | 0.29 | 229.39 | 0.84 | 0.38 |
| Hex | 10 | 2D | B4 | 5B | 4B | 0 | 1D | E5 | 54 | 26 |
| Octal | 20 | 55 | 264 | 133 | 113 | 0 | 35 | 345 | 124 | 46 |
| Binary | 10000 | 101101 | 10110100 | 1011011 | 1001011 | 0 | 11101 | 11100101 | 1010100 | 100110 |
Color Harmonies of #102DB4
Complementary color
Monochromatic Colors of #102DB4
Black with #102DB4
Text Example
Text Example
White with #102DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DB4; }
p { color: rgb(16,45,180); }
H1.HeaderClassName
{
color: #102DB4;
}
.AnyTagClassName
{
color: #102DB4;
}
</style>
background-color css
<style>
a { background-color: #102DB4; }
a { background-color: rgb(16,45,180); }
div.DivClassName
{
background-color: #102DB4;
}
.BgClassName
{
background-color: #102DB4;
}
</style>
border-color css
<style>
span { border-color: #102DB4; }
span { border-color: rgb(16,45,180); }
td.TdClassName
{
border-color: #102DB4;
}
.TagClassName
{
border-color: #102DB4;
}
</style>