#153694

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

Shades of Egyptian Blue #153694

Tints of Egyptian Blue #153694

Color information

#153694 (or 0x153694) is unknown color: approx Egyptian Blue. HEX triplet: 15, 36 and 94. RGB value is (21,54,148). Sum of RGB (Red+Green+Blue) = 21+54+148=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #153694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153694 is #EAC96B. Grayscale: #363636. Windows color (decimal): -15386988 or 9713173. OLE color: 9713173.

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

Color convert

RGB2154148-
CMYK0.860.6400.42
HSL224.41º75.15%33.14%-
HSV(B)224.41º85.81%58.04%-
XYZ6.974.9428.6-
YUV54.85180.57103.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 148 (58.20% from 255) = 66.37%
R=9.42%
G=24.22%
B=66.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21541480.860.6400.42224.4175.1533.14
Hex153694564002Ae04b21
Octal256622412610005234011341
Binary1010111011010010100101011010000000101010111000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153694; }

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

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

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

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

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

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

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

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