Shades of Egyptian Blue #10259D
Tints of Egyptian Blue #10259D
RGB
CMYK
RGB Variations
Color information
#10259D (or 0x10259D) is known color: Egyptian Blue. HEX triplet: 10, 25 and 9D. RGB value is (16,37,157). Sum of RGB (Red+Green+Blue) = 16+37+157=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #10259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10259D is #EFDA62. Grayscale: #2B2B2B. Windows color (decimal): -15719011 or 10298640. OLE color: 10298640.
HSL color Cylindrical-coordinate representation of color #10259D: hue angle of 231.06º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10259D is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 37 | 157 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.38 |
| HSL | 231.06º | 0.82% | 0.34% | - |
| HSV(B) | 231.06º | 0.9% | 0.62% | - |
| XYZ | 6.96 | 3.87 | 32.28 | - |
| YUV | 44.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 157 | 0.90 | 0.76 | 0 | 0.38 | 231.06 | 0.82 | 0.34 |
| Hex | 10 | 25 | 9D | 5A | 4C | 0 | 26 | E7 | 52 | 22 |
| Octal | 20 | 45 | 235 | 132 | 114 | 0 | 46 | 347 | 122 | 42 |
| Binary | 10000 | 100101 | 10011101 | 1011010 | 1001100 | 0 | 100110 | 11100111 | 1010010 | 100010 |
Color Harmonies of #10259D
Complementary color
Monochromatic Colors of #10259D
Black with #10259D
Text Example
Text Example
White with #10259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10259D; }
p { color: rgb(16,37,157); }
H1.HeaderClassName
{
color: #10259D;
}
.AnyTagClassName
{
color: #10259D;
}
</style>
background-color css
<style>
a { background-color: #10259D; }
a { background-color: rgb(16,37,157); }
div.DivClassName
{
background-color: #10259D;
}
.BgClassName
{
background-color: #10259D;
}
</style>
border-color css
<style>
span { border-color: #10259D; }
span { border-color: rgb(16,37,157); }
td.TdClassName
{
border-color: #10259D;
}
.TagClassName
{
border-color: #10259D;
}
</style>