Shades of Egyptian Blue #1B459F
Tints of Egyptian Blue #1B459F
RGB
CMYK
RGB Variations
Color information
#1B459F (or 0x1B459F) is known color: Egyptian Blue. HEX triplet: 1B, 45 and 9F. RGB value is (27,69,159). Sum of RGB (Red+Green+Blue) = 27+69+159=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B459F is #E4BA60. Grayscale: #424242. Windows color (decimal): -14989921 or 10437915. OLE color: 10437915.
HSL color Cylindrical-coordinate representation of color #1B459F: hue angle of 220.91º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B459F is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 69 | 159 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.38 |
| HSL | 220.91º | 0.71% | 0.36% | - |
| HSV(B) | 220.91º | 0.83% | 0.62% | - |
| XYZ | 8.84 | 6.99 | 33.68 | - |
| YUV | 66.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 159 | 0.83 | 0.57 | 0 | 0.38 | 220.91 | 0.71 | 0.36 |
| Hex | 1B | 45 | 9F | 53 | 39 | 0 | 26 | DD | 47 | 24 |
| Octal | 33 | 105 | 237 | 123 | 71 | 0 | 46 | 335 | 107 | 44 |
| Binary | 11011 | 1000101 | 10011111 | 1010011 | 111001 | 0 | 100110 | 11011101 | 1000111 | 100100 |
Color Harmonies of #1B459F
Complementary color
Monochromatic Colors of #1B459F
Black with #1B459F
Text Example
Text Example
White with #1B459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B459F; }
p { color: rgb(27,69,159); }
H1.HeaderClassName
{
color: #1B459F;
}
.AnyTagClassName
{
color: #1B459F;
}
</style>
background-color css
<style>
a { background-color: #1B459F; }
a { background-color: rgb(27,69,159); }
div.DivClassName
{
background-color: #1B459F;
}
.BgClassName
{
background-color: #1B459F;
}
</style>
border-color css
<style>
span { border-color: #1B459F; }
span { border-color: rgb(27,69,159); }
td.TdClassName
{
border-color: #1B459F;
}
.TagClassName
{
border-color: #1B459F;
}
</style>