#154796

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

Shades of Egyptian Blue #154796

Tints of Egyptian Blue #154796

Color information

#154796 (or 0x154796) is unknown color: approx Egyptian Blue. HEX triplet: 15, 47 and 96. RGB value is (21,71,150). Sum of RGB (Red+Green+Blue) = 21+71+150=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #154796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154796 is #EAB869. Grayscale: #404040. Windows color (decimal): -15382634 or 9848597. OLE color: 9848597.

HSL color Cylindrical-coordinate representation of color #154796: hue angle of 216.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154796 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2171150-
CMYK0.860.5300.41
HSL216.74º75.44%33.53%-
HSV(B)216.74º86%58.82%-
XYZ8.076.8729.75-
YUV65.06175.9496.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=8.68%
G=29.34%
B=61.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21711500.860.5300.41216.7475.4433.53
Hex1547965635029d94b22
Octal251072261266505133111342
Binary1010110001111001011010101101101010101001110110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154796; }

 p { color: rgb(21,71,150); }

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

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

 a { background-color: rgb(21,71,150); }

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

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

 span { border-color: rgb(21,71,150); }

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