#152995

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

Shades of Egyptian Blue #152995

Tints of Egyptian Blue #152995

Color information

#152995 (or 0x152995) is unknown color: approx Egyptian Blue. HEX triplet: 15, 29 and 95. RGB value is (21,41,149). Sum of RGB (Red+Green+Blue) = 21+41+149=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #152995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152995 is #EAD66A. Grayscale: #2E2E2E. Windows color (decimal): -15390315 or 9775381. OLE color: 9775381.

HSL color Cylindrical-coordinate representation of color #152995: hue angle of 230.62º 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 #152995 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2141149-
CMYK0.860.7200.42
HSL230.62º75.29%33.33%-
HSV(B)230.62º85.91%58.43%-
XYZ6.533.9228.85-
YUV47.33185.37109.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=9.95%
G=19.43%
B=70.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21411490.860.7200.42230.6275.2933.33
Hex152995564802Ae74b21
Octal255122512611005234711341
Binary1010110100110010101101011010010000101010111001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152995; }

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

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

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

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

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

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

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

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