#153392

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

Shades of Egyptian Blue #153392

Tints of Egyptian Blue #153392

Color information

#153392 (or 0x153392) is unknown color: approx Egyptian Blue. HEX triplet: 15, 33 and 92. RGB value is (21,51,146). Sum of RGB (Red+Green+Blue) = 21+51+146=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #153392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153392 is #EACC6D. Grayscale: #343434. Windows color (decimal): -15387758 or 9581333. OLE color: 9581333.

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

Color convert

RGB2151146-
CMYK0.860.6500.43
HSL225.6º74.85%32.75%-
HSV(B)225.6º85.62%57.25%-
XYZ6.684.627.73-
YUV52.86180.56105.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 146 (57.42% from 255) = 66.97%
R=9.63%
G=23.39%
B=66.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21511460.860.6500.43225.674.8532.75
Hex153392564102Be24b21
Octal256322212610105334211341
Binary1010111001110010010101011010000010101011111000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153392; }

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

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

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

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

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

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

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

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