#1B249B

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

Shades of Egyptian Blue #1B249B

Tints of Egyptian Blue #1B249B

Color information

#1B249B (or 0x1B249B) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 24 and 9B. RGB value is (27,36,155). Sum of RGB (Red+Green+Blue) = 27+36+155=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B249B is #E4DB64. Grayscale: #2E2E2E. Windows color (decimal): -14998373 or 10167323. OLE color: 10167323.

HSL color Cylindrical-coordinate representation of color #1B249B: hue angle of 235.78º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B249B is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2736155-
CMYK0.830.7700.39
HSL235.78º70.33%35.69%-
HSV(B)235.78º82.58%60.78%-
XYZ73.8631.39-
YUV46.88189.02113.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=12.39%
G=16.51%
B=71.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27361550.830.7700.39235.7870.3335.69
Hex1B249B534D027ec4624
Octal334423312311504735410644
Binary1101110010010011011101001110011010100111111011001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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