#1B3599

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

Shades of Egyptian Blue #1B3599

Tints of Egyptian Blue #1B3599

Color information

#1B3599 (or 0x1B3599) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 35 and 99. RGB value is (27,53,153). Sum of RGB (Red+Green+Blue) = 27+53+153=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3599 is #E4CA66. Grayscale: #383838. Windows color (decimal): -14994023 or 10040603. OLE color: 10040603.

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

Color convert

RGB2753153-
CMYK0.820.6500.4
HSL227.62º70%35.29%-
HSV(B)227.62º82.35%60%-
XYZ7.475.0830.72-
YUV56.63182.39106.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 153 (60.16% from 255) = 65.67%
R=11.59%
G=22.75%
B=65.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27531530.820.6500.4227.627035.29
Hex1B35995241028e44623
Octal336523112210105034410643
Binary1101111010110011001101001010000010101000111001001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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