Shades of Egyptian Blue #1237B1
Tints of Egyptian Blue #1237B1
RGB
CMYK
RGB Variations
Color information
#1237B1 (or 0x1237B1) is known color: Egyptian Blue. HEX triplet: 12, 37 and B1. RGB value is (18,55,177). Sum of RGB (Red+Green+Blue) = 18+55+177=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #1237B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1237B1 is #EDC84E. Grayscale: #393939. Windows color (decimal): -15583311 or 11613970. OLE color: 11613970.
HSL color Cylindrical-coordinate representation of color #1237B1: hue angle of 226.04º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1237B1 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 55 | 177 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.31 |
| HSL | 226.04º | 0.82% | 0.38% | - |
| HSV(B) | 226.04º | 0.9% | 0.69% | - |
| XYZ | 9.55 | 6.04 | 42.26 | - |
| YUV | 57.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 177 | 0.90 | 0.69 | 0 | 0.31 | 226.04 | 0.82 | 0.38 |
| Hex | 12 | 37 | B1 | 5A | 45 | 0 | 1F | E2 | 52 | 26 |
| Octal | 22 | 67 | 261 | 132 | 105 | 0 | 37 | 342 | 122 | 46 |
| Binary | 10010 | 110111 | 10110001 | 1011010 | 1000101 | 0 | 11111 | 11100010 | 1010010 | 100110 |
Color Harmonies of #1237B1
Complementary color
Monochromatic Colors of #1237B1
Black with #1237B1
Text Example
Text Example
White with #1237B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237B1; }
p { color: rgb(18,55,177); }
H1.HeaderClassName
{
color: #1237B1;
}
.AnyTagClassName
{
color: #1237B1;
}
</style>
background-color css
<style>
a { background-color: #1237B1; }
a { background-color: rgb(18,55,177); }
div.DivClassName
{
background-color: #1237B1;
}
.BgClassName
{
background-color: #1237B1;
}
</style>
border-color css
<style>
span { border-color: #1237B1; }
span { border-color: rgb(18,55,177); }
td.TdClassName
{
border-color: #1237B1;
}
.TagClassName
{
border-color: #1237B1;
}
</style>