#153096

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

Shades of Egyptian Blue #153096

Tints of Egyptian Blue #153096

Color information

#153096 (or 0x153096) is unknown color: approx Egyptian Blue. HEX triplet: 15, 30 and 96. RGB value is (21,48,150). Sum of RGB (Red+Green+Blue) = 21+48+150=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #153096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153096 is #EACF69. Grayscale: #333333. Windows color (decimal): -15388522 or 9842709. OLE color: 9842709.

HSL color Cylindrical-coordinate representation of color #153096: hue angle of 227.44º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153096 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2148150-
CMYK0.860.6800.41
HSL227.44º75.44%33.53%-
HSV(B)227.44º86%58.82%-
XYZ6.874.4829.36-
YUV51.56183.55106.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=9.59%
G=21.92%
B=68.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21481500.860.6800.41227.4475.4433.53
Hex1530965644029e34b22
Octal256022612610405134311342
Binary1010111000010010110101011010001000101001111000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153096; }

 p { color: rgb(21,48,150); }

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

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

 a { background-color: rgb(21,48,150); }

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

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

 span { border-color: rgb(21,48,150); }

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