#1B2E92

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

Shades of Egyptian Blue #1B2E92

Tints of Egyptian Blue #1B2E92

Color information

#1B2E92 (or 0x1B2E92) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2E and 92. RGB value is (27,46,146). Sum of RGB (Red+Green+Blue) = 27+46+146=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B2E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2E92 is #E4D16D. Grayscale: #333333. Windows color (decimal): -14995822 or 9580059. OLE color: 9580059.

HSL color Cylindrical-coordinate representation of color #1B2E92: hue angle of 230.42º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2E92 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2746146-
CMYK0.820.6800.43
HSL230.42º68.79%33.92%-
HSV(B)230.42º81.51%57.25%-
XYZ6.624.2627.67-
YUV51.72181.21110.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=12.33%
G=21.00%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal27461460.820.6800.43230.4268.7933.92
Hex1B2E92524402Be64522
Octal335622212210405334610542
Binary1101110111010010010101001010001000101011111001101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,46,146); }

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

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

 a { background-color: rgb(27,46,146); }

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

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

 span { border-color: rgb(27,46,146); }

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