Shades of Egyptian Blue #1B349F
Tints of Egyptian Blue #1B349F
RGB
CMYK
RGB Variations
Color information
#1B349F (or 0x1B349F) is known color: Egyptian Blue. HEX triplet: 1B, 34 and 9F. RGB value is (27,52,159). Sum of RGB (Red+Green+Blue) = 27+52+159=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B349F is #E4CB60. Grayscale: #383838. Windows color (decimal): -14994273 or 10433563. OLE color: 10433563.
HSL color Cylindrical-coordinate representation of color #1B349F: hue angle of 228.64º 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 #1B349F is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 52 | 159 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.38 |
| HSL | 228.64º | 0.71% | 0.36% | - |
| HSV(B) | 228.64º | 0.83% | 0.62% | - |
| XYZ | 7.94 | 5.19 | 33.38 | - |
| YUV | 56.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 159 | 0.83 | 0.67 | 0 | 0.38 | 228.64 | 0.71 | 0.36 |
| Hex | 1B | 34 | 9F | 53 | 43 | 0 | 26 | E5 | 47 | 24 |
| Octal | 33 | 64 | 237 | 123 | 103 | 0 | 46 | 345 | 107 | 44 |
| Binary | 11011 | 110100 | 10011111 | 1010011 | 1000011 | 0 | 100110 | 11100101 | 1000111 | 100100 |
Color Harmonies of #1B349F
Complementary color
Monochromatic Colors of #1B349F
Black with #1B349F
Text Example
Text Example
White with #1B349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B349F; }
p { color: rgb(27,52,159); }
H1.HeaderClassName
{
color: #1B349F;
}
.AnyTagClassName
{
color: #1B349F;
}
</style>
background-color css
<style>
a { background-color: #1B349F; }
a { background-color: rgb(27,52,159); }
div.DivClassName
{
background-color: #1B349F;
}
.BgClassName
{
background-color: #1B349F;
}
</style>
border-color css
<style>
span { border-color: #1B349F; }
span { border-color: rgb(27,52,159); }
td.TdClassName
{
border-color: #1B349F;
}
.TagClassName
{
border-color: #1B349F;
}
</style>