#1B3499

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

Shades of Egyptian Blue #1B3499

Tints of Egyptian Blue #1B3499

Color information

#1B3499 (or 0x1B3499) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 34 and 99. RGB value is (27,52,153). Sum of RGB (Red+Green+Blue) = 27+52+153=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3499 is #E4CB66. Grayscale: #373737. Windows color (decimal): -14994279 or 10040347. OLE color: 10040347.

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

Color convert

RGB2752153-
CMYK0.820.6600.4
HSL228.1º70%35.29%-
HSV(B)228.1º82.35%60%-
XYZ7.434.9930.71-
YUV56.04182.72107.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 153 (60.16% from 255) = 65.95%
R=11.64%
G=22.41%
B=65.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27521530.820.6600.4228.17035.29
Hex1B34995242028e44623
Octal336423112210205034410643
Binary1101111010010011001101001010000100101000111001001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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