#153E9E

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

Shades of Egyptian Blue #153E9E

Tints of Egyptian Blue #153E9E

Color information

#153E9E (or 0x153E9E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3E and 9E. RGB value is (21,62,158). Sum of RGB (Red+Green+Blue) = 21+62+158=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #153E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153E9E is #EAC161. Grayscale: #3C3C3C. Windows color (decimal): -15384930 or 10370581. OLE color: 10370581.

HSL color Cylindrical-coordinate representation of color #153E9E: hue angle of 222.04º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153E9E is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2162158-
CMYK0.870.6100.38
HSL222.04º76.54%35.1%-
HSV(B)222.04º86.71%61.96%-
XYZ8.26.0733.09-
YUV60.68182.9299.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 158 (62.11% from 255) = 65.56%
R=8.71%
G=25.73%
B=65.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21621580.870.6100.38222.0476.5435.1
Hex153E9E573D026de4d23
Octal25762361277504633611543
Binary101011111101001111010101111111010100110110111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,62,158); }

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

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

 a { background-color: rgb(21,62,158); }

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

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

 span { border-color: rgb(21,62,158); }

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