Shades of Egyptian Blue #12238F
Tints of Egyptian Blue #12238F
RGB
CMYK
RGB Variations
Color information
#12238F (or 0x12238F) is known color: Egyptian Blue. HEX triplet: 12, 23 and 8F. RGB value is (18,35,143). Sum of RGB (Red+Green+Blue) = 18+35+143=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #12238F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12238F is #EDDC70. Grayscale: #292929. Windows color (decimal): -15588465 or 9380626. OLE color: 9380626.
HSL color Cylindrical-coordinate representation of color #12238F: hue angle of 231.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12238F is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 35 | 143 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.44 |
| HSL | 231.84º | 0.78% | 0.32% | - |
| HSV(B) | 231.84º | 0.87% | 0.56% | - |
| XYZ | 5.81 | 3.31 | 26.32 | - |
| YUV | 42.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 143 | 0.87 | 0.76 | 0 | 0.44 | 231.84 | 0.78 | 0.32 |
| Hex | 12 | 23 | 8F | 57 | 4C | 0 | 2C | E8 | 4E | 20 |
| Octal | 22 | 43 | 217 | 127 | 114 | 0 | 54 | 350 | 116 | 40 |
| Binary | 10010 | 100011 | 10001111 | 1010111 | 1001100 | 0 | 101100 | 11101000 | 1001110 | 100000 |
Color Harmonies of #12238F
Complementary color
Monochromatic Colors of #12238F
Black with #12238F
Text Example
Text Example
White with #12238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12238F; }
p { color: rgb(18,35,143); }
H1.HeaderClassName
{
color: #12238F;
}
.AnyTagClassName
{
color: #12238F;
}
</style>
background-color css
<style>
a { background-color: #12238F; }
a { background-color: rgb(18,35,143); }
div.DivClassName
{
background-color: #12238F;
}
.BgClassName
{
background-color: #12238F;
}
</style>
border-color css
<style>
span { border-color: #12238F; }
span { border-color: rgb(18,35,143); }
td.TdClassName
{
border-color: #12238F;
}
.TagClassName
{
border-color: #12238F;
}
</style>