#153494

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

Shades of Egyptian Blue #153494

Tints of Egyptian Blue #153494

Color information

#153494 (or 0x153494) is unknown color: approx Egyptian Blue. HEX triplet: 15, 34 and 94. RGB value is (21,52,148). Sum of RGB (Red+Green+Blue) = 21+52+148=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #153494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153494 is #EACB6B. Grayscale: #353535. Windows color (decimal): -15387500 or 9712661. OLE color: 9712661.

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

Color convert

RGB2152148-
CMYK0.860.6500.42
HSL225.35º75.15%33.14%-
HSV(B)225.35º85.81%58.04%-
XYZ6.884.7528.57-
YUV53.68181.23104.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 148 (58.20% from 255) = 66.97%
R=9.50%
G=23.53%
B=66.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21521480.860.6500.42225.3575.1533.14
Hex153494564102Ae14b21
Octal256422412610105234111341
Binary1010111010010010100101011010000010101010111000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153494; }

 p { color: rgb(21,52,148); }

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

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

 a { background-color: rgb(21,52,148); }

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

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

 span { border-color: rgb(21,52,148); }

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