#1B4199

Color #1B4199 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1B4199

Tints of Egyptian Blue #1B4199

Color information

#1B4199 (or 0x1B4199) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 41 and 99. RGB value is (27,65,153). Sum of RGB (Red+Green+Blue) = 27+65+153=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B4199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4199 is #E4BE66. Grayscale: #3F3F3F. Windows color (decimal): -14990951 or 10043675. OLE color: 10043675.

HSL color Cylindrical-coordinate representation of color #1B4199: hue angle of 221.9º 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 #1B4199 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2765153-
CMYK0.820.5800.4
HSL221.9º70%35.29%-
HSV(B)221.9º82.35%60%-
XYZ8.096.3130.93-
YUV63.67178.41101.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 11.02%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=11.02%
G=26.53%
B=62.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27651530.820.5800.4221.97035.29
Hex1B4199523A028de4623
Octal331012311227205033610643
Binary1101110000011001100110100101110100101000110111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4199; }

 p { color: rgb(27,65,153); }

 H1.HeaderClassName
 {
   color: #1B4199;
 }
 .AnyTagClassName
 {
   color: #1B4199;
 }
</style>
background-color css

<style>
 a { background-color: #1B4199; }

 a { background-color: rgb(27,65,153); }

 div.DivClassName
 {
   background-color: #1B4199;
 }
 .BgClassName
 {
   background-color: #1B4199;
 }
</style>
border-color css

<style>
 span { border-color: #1B4199; }

 span { border-color: rgb(27,65,153); }

 td.TdClassName
 {
   border-color: #1B4199;
 }
 .TagClassName
 {
   border-color: #1B4199;
 }
</style>