Shades of Egyptian Blue #1237B0
Tints of Egyptian Blue #1237B0
RGB
CMYK
RGB Variations
Color information
#1237B0 (or 0x1237B0) is known color: Egyptian Blue. HEX triplet: 12, 37 and B0. RGB value is (18,55,176). Sum of RGB (Red+Green+Blue) = 18+55+176=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 176 (69.14% from 255 or 70.68% from 249); Max value from RGB is 176 - color contains mainly: blue. Hex color #1237B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1237B0 is #EDC84F. Grayscale: #393939. Windows color (decimal): -15583312 or 11548434. OLE color: 11548434.
HSL color Cylindrical-coordinate representation of color #1237B0: hue angle of 225.95º degrees, saturation: 0.81, 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 #1237B0 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 55 | 176 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.31 |
| HSL | 225.95º | 0.81% | 0.38% | - |
| HSV(B) | 225.95º | 0.9% | 0.69% | - |
| XYZ | 9.45 | 6 | 41.73 | - |
| YUV | 57.73 | 194.74 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 176 | 0.90 | 0.69 | 0 | 0.31 | 225.95 | 0.81 | 0.38 |
| Hex | 12 | 37 | B0 | 5A | 45 | 0 | 1F | E2 | 51 | 26 |
| Octal | 22 | 67 | 260 | 132 | 105 | 0 | 37 | 342 | 121 | 46 |
| Binary | 10010 | 110111 | 10110000 | 1011010 | 1000101 | 0 | 11111 | 11100010 | 1010001 | 100110 |
Color Harmonies of #1237B0
Complementary color
Monochromatic Colors of #1237B0
Black with #1237B0
Text Example
Text Example
White with #1237B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237B0; }
p { color: rgb(18,55,176); }
H1.HeaderClassName
{
color: #1237B0;
}
.AnyTagClassName
{
color: #1237B0;
}
</style>
background-color css
<style>
a { background-color: #1237B0; }
a { background-color: rgb(18,55,176); }
div.DivClassName
{
background-color: #1237B0;
}
.BgClassName
{
background-color: #1237B0;
}
</style>
border-color css
<style>
span { border-color: #1237B0; }
span { border-color: rgb(18,55,176); }
td.TdClassName
{
border-color: #1237B0;
}
.TagClassName
{
border-color: #1237B0;
}
</style>