#153F9A

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

Shades of Egyptian Blue #153F9A

Tints of Egyptian Blue #153F9A

Color information

#153F9A (or 0x153F9A) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3F and 9A. RGB value is (21,63,154). Sum of RGB (Red+Green+Blue) = 21+63+154=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #153F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F9A is #EAC065. Grayscale: #3C3C3C. Windows color (decimal): -15384678 or 10108693. OLE color: 10108693.

HSL color Cylindrical-coordinate representation of color #153F9A: hue angle of 221.05º 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 #153F9A is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2163154-
CMYK0.860.5900.40
HSL221.05º76%34.31%-
HSV(B)221.05º86.36%60.39%-
XYZ7.926.0531.32-
YUV60.82180.5999.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=8.82%
G=26.47%
B=64.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21631540.860.5900.40221.057634.31
Hex153F9A563B028dd4c22
Octal25772321267305033511442
Binary101011111111001101010101101110110101000110111011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,63,154); }

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

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

 a { background-color: rgb(21,63,154); }

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

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

 span { border-color: rgb(21,63,154); }

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