Shades of Egyptian Blue #1023AF
Tints of Egyptian Blue #1023AF
RGB
CMYK
RGB Variations
Color information
#1023AF (or 0x1023AF) is known color: Egyptian Blue. HEX triplet: 10, 23 and AF. RGB value is (16,35,175). Sum of RGB (Red+Green+Blue) = 16+35+175=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #1023AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1023AF is #EFDC50. Grayscale: #2C2C2C. Windows color (decimal): -15719505 or 11477776. OLE color: 11477776.
HSL color Cylindrical-coordinate representation of color #1023AF: hue angle of 232.83º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1023AF is Cyan = 0.91, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 35 | 175 | - |
| CMYK | 0.91 | 0.8 | 0 | 0.31 |
| HSL | 232.83º | 0.83% | 0.37% | - |
| HSV(B) | 232.83º | 0.91% | 0.69% | - |
| XYZ | 8.55 | 4.41 | 40.96 | - |
| YUV | 45.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 175 | 0.91 | 0.8 | 0 | 0.31 | 232.83 | 0.83 | 0.37 |
| Hex | 10 | 23 | AF | 5B | 50 | 0 | 1F | E9 | 53 | 25 |
| Octal | 20 | 43 | 257 | 133 | 120 | 0 | 37 | 351 | 123 | 45 |
| Binary | 10000 | 100011 | 10101111 | 1011011 | 1010000 | 0 | 11111 | 11101001 | 1010011 | 100101 |
Color Harmonies of #1023AF
Complementary color
Monochromatic Colors of #1023AF
Black with #1023AF
Text Example
Text Example
White with #1023AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1023AF; }
p { color: rgb(16,35,175); }
H1.HeaderClassName
{
color: #1023AF;
}
.AnyTagClassName
{
color: #1023AF;
}
</style>
background-color css
<style>
a { background-color: #1023AF; }
a { background-color: rgb(16,35,175); }
div.DivClassName
{
background-color: #1023AF;
}
.BgClassName
{
background-color: #1023AF;
}
</style>
border-color css
<style>
span { border-color: #1023AF; }
span { border-color: rgb(16,35,175); }
td.TdClassName
{
border-color: #1023AF;
}
.TagClassName
{
border-color: #1023AF;
}
</style>