#1B249E

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

Shades of Egyptian Blue #1B249E

Tints of Egyptian Blue #1B249E

Color information

#1B249E (or 0x1B249E) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 24 and 9E. RGB value is (27,36,158). Sum of RGB (Red+Green+Blue) = 27+36+158=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B249E is #E4DB61. Grayscale: #2E2E2E. Windows color (decimal): -14998370 or 10363931. OLE color: 10363931.

HSL color Cylindrical-coordinate representation of color #1B249E: hue angle of 235.88º 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 #1B249E is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2736158-
CMYK0.830.7700.38
HSL235.88º70.81%36.27%-
HSV(B)235.88º82.91%61.96%-
XYZ7.253.9632.73-
YUV47.22190.52113.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.22%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=12.22%
G=16.29%
B=71.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27361580.830.7700.38235.8870.8136.27
Hex1B249E534D026ec4724
Octal334423612311504635410744
Binary1101110010010011110101001110011010100110111011001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,158); }

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

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

 a { background-color: rgb(27,36,158); }

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

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

 span { border-color: rgb(27,36,158); }

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