#154192

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

Shades of Egyptian Blue #154192

Tints of Egyptian Blue #154192

Color information

#154192 (or 0x154192) is unknown color: approx Egyptian Blue. HEX triplet: 15, 41 and 92. RGB value is (21,65,146). Sum of RGB (Red+Green+Blue) = 21+65+146=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #154192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154192 is #EABE6D. Grayscale: #3C3C3C. Windows color (decimal): -15384174 or 9584917. OLE color: 9584917.

HSL color Cylindrical-coordinate representation of color #154192: hue angle of 218.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154192 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2165146-
CMYK0.860.5500.43
HSL218.88º74.85%32.75%-
HSV(B)218.88º85.62%57.25%-
XYZ7.396.0227.97-
YUV61.08175.9299.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 146 (57.42% from 255) = 62.93%
R=9.05%
G=28.02%
B=62.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21651460.860.5500.43218.8874.8532.75
Hex154192563702Bdb4b21
Octal251012221266705333311341
Binary1010110000011001001010101101101110101011110110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154192; }

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

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

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

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

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

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

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

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