#154197

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

Shades of Egyptian Blue #154197

Tints of Egyptian Blue #154197

Color information

#154197 (or 0x154197) is unknown color: approx Egyptian Blue. HEX triplet: 15, 41 and 97. RGB value is (21,65,151). Sum of RGB (Red+Green+Blue) = 21+65+151=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #154197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154197 is #EABE68. Grayscale: #3D3D3D. Windows color (decimal): -15384169 or 9912597. OLE color: 9912597.

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

Color convert

RGB2165151-
CMYK0.860.5700.41
HSL219.69º75.58%33.73%-
HSV(B)219.69º86.09%59.22%-
XYZ7.796.1730.06-
YUV61.65178.4299.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 151 (59.38% from 255) = 63.71%
R=8.86%
G=27.43%
B=63.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21651510.860.5700.41219.6975.5833.73
Hex1541975639029dc4c22
Octal251012271267105133411442
Binary1010110000011001011110101101110010101001110111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154197; }

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

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

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

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

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

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

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

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