Shades of Egyptian Blue #1A23AF
Tints of Egyptian Blue #1A23AF
RGB
CMYK
RGB Variations
Color information
#1A23AF (or 0x1A23AF) is known color: Egyptian Blue. HEX triplet: 1A, 23 and AF. RGB value is (26,35,175). Sum of RGB (Red+Green+Blue) = 26+35+175=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A23AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A23AF is #E5DC50. Grayscale: #2F2F2F. Windows color (decimal): -15064145 or 11477786. OLE color: 11477786.
HSL color Cylindrical-coordinate representation of color #1A23AF: hue angle of 236.38º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A23AF is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 35 | 175 | - |
| CMYK | 0.85 | 0.8 | 0 | 0.31 |
| HSL | 236.38º | 0.74% | 0.39% | - |
| HSV(B) | 236.38º | 0.85% | 0.69% | - |
| XYZ | 8.76 | 4.52 | 40.97 | - |
| YUV | 48.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 175 | 0.85 | 0.8 | 0 | 0.31 | 236.38 | 0.74 | 0.39 |
| Hex | 1A | 23 | AF | 55 | 50 | 0 | 1F | EC | 4A | 27 |
| Octal | 32 | 43 | 257 | 125 | 120 | 0 | 37 | 354 | 112 | 47 |
| Binary | 11010 | 100011 | 10101111 | 1010101 | 1010000 | 0 | 11111 | 11101100 | 1001010 | 100111 |
Color Harmonies of #1A23AF
Complementary color
Monochromatic Colors of #1A23AF
Black with #1A23AF
Text Example
Text Example
White with #1A23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A23AF; }
p { color: rgb(26,35,175); }
H1.HeaderClassName
{
color: #1A23AF;
}
.AnyTagClassName
{
color: #1A23AF;
}
</style>
background-color css
<style>
a { background-color: #1A23AF; }
a { background-color: rgb(26,35,175); }
div.DivClassName
{
background-color: #1A23AF;
}
.BgClassName
{
background-color: #1A23AF;
}
</style>
border-color css
<style>
span { border-color: #1A23AF; }
span { border-color: rgb(26,35,175); }
td.TdClassName
{
border-color: #1A23AF;
}
.TagClassName
{
border-color: #1A23AF;
}
</style>