#153195

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

Shades of Egyptian Blue #153195

Tints of Egyptian Blue #153195

Color information

#153195 (or 0x153195) is unknown color: approx Egyptian Blue. HEX triplet: 15, 31 and 95. RGB value is (21,49,149). Sum of RGB (Red+Green+Blue) = 21+49+149=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #153195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153195 is #EACE6A. Grayscale: #333333. Windows color (decimal): -15388267 or 9777429. OLE color: 9777429.

HSL color Cylindrical-coordinate representation of color #153195: hue angle of 226.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153195 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2149149-
CMYK0.860.6700.42
HSL226.88º75.29%33.33%-
HSV(B)226.88º85.91%58.43%-
XYZ6.834.5328.95-
YUV52.03182.72105.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 149 (58.59% from 255) = 68.04%
R=9.59%
G=22.37%
B=68.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21491490.860.6700.42226.8875.2933.33
Hex153195564302Ae34b21
Octal256122512610305234311341
Binary1010111000110010101101011010000110101010111000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153195; }

 p { color: rgb(21,49,149); }

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

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

 a { background-color: rgb(21,49,149); }

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

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

 span { border-color: rgb(21,49,149); }

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