#154297

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

Shades of Egyptian Blue #154297

Tints of Egyptian Blue #154297

Color information

#154297 (or 0x154297) is unknown color: approx Egyptian Blue. HEX triplet: 15, 42 and 97. RGB value is (21,66,151). Sum of RGB (Red+Green+Blue) = 21+66+151=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #154297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154297 is #EABD68. Grayscale: #3D3D3D. Windows color (decimal): -15383913 or 9912853. OLE color: 9912853.

HSL color Cylindrical-coordinate representation of color #154297: hue angle of 219.23º degrees, saturation: 0.76, 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 #154297 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2166151-
CMYK0.860.5600.41
HSL219.23º75.58%33.73%-
HSV(B)219.23º86.09%59.22%-
XYZ7.846.2930.08-
YUV62.24178.0998.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 151 (59.38% from 255) = 63.45%
R=8.82%
G=27.73%
B=63.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21661510.860.5600.41219.2375.5833.73
Hex1542975638029db4c22
Octal251022271267005133311442
Binary1010110000101001011110101101110000101001110110111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154297; }

 p { color: rgb(21,66,151); }

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

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

 a { background-color: rgb(21,66,151); }

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

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

 span { border-color: rgb(21,66,151); }

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