#153D99

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

Shades of Egyptian Blue #153D99

Tints of Egyptian Blue #153D99

Color information

#153D99 (or 0x153D99) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3D and 99. RGB value is (21,61,153). Sum of RGB (Red+Green+Blue) = 21+61+153=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #153D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D99 is #EAC266. Grayscale: #3B3B3B. Windows color (decimal): -15385191 or 10042645. OLE color: 10042645.

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

Color convert

RGB2161153-
CMYK0.860.6000.4
HSL221.82º75.86%34.12%-
HSV(B)221.82º86.27%60%-
XYZ7.735.830.85-
YUV59.53180.75100.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=8.94%
G=25.96%
B=65.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21611530.860.6000.4221.8275.8634.12
Hex153D99563C028de4c22
Octal25752311267405033611442
Binary101011111011001100110101101111000101000110111101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,61,153); }

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

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

 a { background-color: rgb(21,61,153); }

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

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

 span { border-color: rgb(21,61,153); }

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