#154198

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

Shades of Egyptian Blue #154198

Tints of Egyptian Blue #154198

Color information

#154198 (or 0x154198) is unknown color: approx Egyptian Blue. HEX triplet: 15, 41 and 98. RGB value is (21,65,152). Sum of RGB (Red+Green+Blue) = 21+65+152=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #154198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154198 is #EABE67. Grayscale: #3D3D3D. Windows color (decimal): -15384168 or 9978133. OLE color: 9978133.

HSL color Cylindrical-coordinate representation of color #154198: hue angle of 219.85º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154198 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2165152-
CMYK0.860.5700.40
HSL219.85º75.72%33.92%-
HSV(B)219.85º86.18%59.61%-
XYZ7.876.2130.49-
YUV61.76178.9298.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 152 (59.77% from 255) = 63.87%
R=8.82%
G=27.31%
B=63.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21651520.860.5700.40219.8575.7233.92
Hex1541985639028dc4c22
Octal251012301267105033411442
Binary1010110000011001100010101101110010101000110111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154198; }

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

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

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

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

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

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

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

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