#153099

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

Shades of Egyptian Blue #153099

Tints of Egyptian Blue #153099

Color information

#153099 (or 0x153099) is unknown color: approx Egyptian Blue. HEX triplet: 15, 30 and 99. RGB value is (21,48,153). Sum of RGB (Red+Green+Blue) = 21+48+153=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #153099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153099 is #EACF66. Grayscale: #333333. Windows color (decimal): -15388519 or 10039317. OLE color: 10039317.

HSL color Cylindrical-coordinate representation of color #153099: hue angle of 227.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153099 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2148153-
CMYK0.860.6900.4
HSL227.73º75.86%34.12%-
HSV(B)227.73º86.27%60%-
XYZ7.124.5730.64-
YUV51.9185.05105.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 153 (60.16% from 255) = 68.92%
R=9.46%
G=21.62%
B=68.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21481530.860.6900.4227.7375.8634.12
Hex1530995645028e44c22
Octal256023112610505034411442
Binary1010111000010011001101011010001010101000111001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153099; }

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

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

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

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

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

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

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

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