Shades of Egyptian Blue #123BB0
Tints of Egyptian Blue #123BB0
RGB
CMYK
RGB Variations
Color information
#123BB0 (or 0x123BB0) is known color: Egyptian Blue. HEX triplet: 12, 3B and B0. RGB value is (18,59,176). Sum of RGB (Red+Green+Blue) = 18+59+176=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 176 (69.14% from 255 or 69.57% from 253); Max value from RGB is 176 - color contains mainly: blue. Hex color #123BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BB0 is #EDC44F. Grayscale: #3B3B3B. Windows color (decimal): -15582288 or 11549458. OLE color: 11549458.
HSL color Cylindrical-coordinate representation of color #123BB0: hue angle of 224.43º 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 #123BB0 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 59 | 176 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.31 |
| HSL | 224.43º | 0.81% | 0.38% | - |
| HSV(B) | 224.43º | 0.9% | 0.69% | - |
| XYZ | 9.65 | 6.39 | 41.8 | - |
| YUV | 60.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 176 | 0.90 | 0.66 | 0 | 0.31 | 224.43 | 0.81 | 0.38 |
| Hex | 12 | 3B | B0 | 5A | 42 | 0 | 1F | E0 | 51 | 26 |
| Octal | 22 | 73 | 260 | 132 | 102 | 0 | 37 | 340 | 121 | 46 |
| Binary | 10010 | 111011 | 10110000 | 1011010 | 1000010 | 0 | 11111 | 11100000 | 1010001 | 100110 |
Color Harmonies of #123BB0
Complementary color
Monochromatic Colors of #123BB0
Black with #123BB0
Text Example
Text Example
White with #123BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BB0; }
p { color: rgb(18,59,176); }
H1.HeaderClassName
{
color: #123BB0;
}
.AnyTagClassName
{
color: #123BB0;
}
</style>
background-color css
<style>
a { background-color: #123BB0; }
a { background-color: rgb(18,59,176); }
div.DivClassName
{
background-color: #123BB0;
}
.BgClassName
{
background-color: #123BB0;
}
</style>
border-color css
<style>
span { border-color: #123BB0; }
span { border-color: rgb(18,59,176); }
td.TdClassName
{
border-color: #123BB0;
}
.TagClassName
{
border-color: #123BB0;
}
</style>