Shades of Egyptian Blue #1230B3
Tints of Egyptian Blue #1230B3
RGB
CMYK
RGB Variations
Color information
#1230B3 (or 0x1230B3) is known color: Egyptian Blue. HEX triplet: 12, 30 and B3. RGB value is (18,48,179). Sum of RGB (Red+Green+Blue) = 18+48+179=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #1230B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1230B3 is #EDCF4C. Grayscale: #353535. Windows color (decimal): -15585101 or 11743250. OLE color: 11743250.
HSL color Cylindrical-coordinate representation of color #1230B3: hue angle of 228.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1230B3 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 48 | 179 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.30 |
| HSL | 228.82º | 0.82% | 0.39% | - |
| HSV(B) | 228.82º | 0.9% | 0.7% | - |
| XYZ | 9.44 | 5.5 | 43.21 | - |
| YUV | 53.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 179 | 0.90 | 0.73 | 0 | 0.30 | 228.82 | 0.82 | 0.39 |
| Hex | 12 | 30 | B3 | 5A | 49 | 0 | 1E | E5 | 52 | 27 |
| Octal | 22 | 60 | 263 | 132 | 111 | 0 | 36 | 345 | 122 | 47 |
| Binary | 10010 | 110000 | 10110011 | 1011010 | 1001001 | 0 | 11110 | 11100101 | 1010010 | 100111 |
Color Harmonies of #1230B3
Complementary color
Monochromatic Colors of #1230B3
Black with #1230B3
Text Example
Text Example
White with #1230B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1230B3; }
p { color: rgb(18,48,179); }
H1.HeaderClassName
{
color: #1230B3;
}
.AnyTagClassName
{
color: #1230B3;
}
</style>
background-color css
<style>
a { background-color: #1230B3; }
a { background-color: rgb(18,48,179); }
div.DivClassName
{
background-color: #1230B3;
}
.BgClassName
{
background-color: #1230B3;
}
</style>
border-color css
<style>
span { border-color: #1230B3; }
span { border-color: rgb(18,48,179); }
td.TdClassName
{
border-color: #1230B3;
}
.TagClassName
{
border-color: #1230B3;
}
</style>