Shades of Egyptian Blue #1B2F98
Tints of Egyptian Blue #1B2F98
RGB
CMYK
RGB Variations
Color information
#1B2F98 (or 0x1B2F98) is known color: Egyptian Blue. HEX triplet: 1B, 2F and 98. RGB value is (27,47,152). Sum of RGB (Red+Green+Blue) = 27+47+152=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B2F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2F98 is #E4D067. Grayscale: #343434. Windows color (decimal): -14995560 or 9973531. OLE color: 9973531.
HSL color Cylindrical-coordinate representation of color #1B2F98: hue angle of 230.4º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2F98 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 47 | 152 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.40 |
| HSL | 230.4º | 0.7% | 0.35% | - |
| HSV(B) | 230.4º | 0.82% | 0.6% | - |
| XYZ | 7.14 | 4.53 | 30.2 | - |
| YUV | 52.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 152 | 0.82 | 0.69 | 0 | 0.40 | 230.4 | 0.7 | 0.35 |
| Hex | 1B | 2F | 98 | 52 | 45 | 0 | 28 | E6 | 46 | 23 |
| Octal | 33 | 57 | 230 | 122 | 105 | 0 | 50 | 346 | 106 | 43 |
| Binary | 11011 | 101111 | 10011000 | 1010010 | 1000101 | 0 | 101000 | 11100110 | 1000110 | 100011 |
Color Harmonies of #1B2F98
Complementary color
Monochromatic Colors of #1B2F98
Black with #1B2F98
Text Example
Text Example
White with #1B2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F98; }
p { color: rgb(27,47,152); }
H1.HeaderClassName
{
color: #1B2F98;
}
.AnyTagClassName
{
color: #1B2F98;
}
</style>
background-color css
<style>
a { background-color: #1B2F98; }
a { background-color: rgb(27,47,152); }
div.DivClassName
{
background-color: #1B2F98;
}
.BgClassName
{
background-color: #1B2F98;
}
</style>
border-color css
<style>
span { border-color: #1B2F98; }
span { border-color: rgb(27,47,152); }
td.TdClassName
{
border-color: #1B2F98;
}
.TagClassName
{
border-color: #1B2F98;
}
</style>