#153AA6

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

Shades of Egyptian Blue #153AA6

Tints of Egyptian Blue #153AA6

Color information

#153AA6 (or 0x153AA6) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3A and A6. RGB value is (21,58,166). Sum of RGB (Red+Green+Blue) = 21+58+166=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 166 (65.23% from 255 or 67.76% from 245); Max value from RGB is 166 - color contains mainly: blue. Hex color #153AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AA6 is #EAC559. Grayscale: #3A3A3A. Windows color (decimal): -15385946 or 10893845. OLE color: 10893845.

HSL color Cylindrical-coordinate representation of color #153AA6: hue angle of 224.69º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153AA6 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2158166-
CMYK0.870.6500.35
HSL224.69º77.54%36.67%-
HSV(B)224.69º87.35%65.1%-
XYZ8.715.9436.76-
YUV59.25188.24100.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 166 (65.23% from 255) = 67.76%
R=8.57%
G=23.67%
B=67.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21581660.870.6500.35224.6977.5436.67
Hex153AA65741023e14e25
Octal257224612710104334111645
Binary1010111101010100110101011110000010100011111000011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153AA6; }

 p { color: rgb(21,58,166); }

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

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

 a { background-color: rgb(21,58,166); }

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

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

 span { border-color: rgb(21,58,166); }

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