#153D9C

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

Shades of Egyptian Blue #153D9C

Tints of Egyptian Blue #153D9C

Color information

#153D9C (or 0x153D9C) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3D and 9C. RGB value is (21,61,156). Sum of RGB (Red+Green+Blue) = 21+61+156=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #153D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D9C is #EAC263. Grayscale: #3B3B3B. Windows color (decimal): -15385188 or 10239253. OLE color: 10239253.

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

Color convert

RGB2161156-
CMYK0.870.6100.39
HSL222.22º76.27%34.71%-
HSV(B)222.22º86.54%61.18%-
XYZ7.985.932.17-
YUV59.87182.25100.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=8.82%
G=25.63%
B=65.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21611560.870.6100.39222.2276.2734.71
Hex153D9C573D027de4c23
Octal25752341277504733611443
Binary101011111011001110010101111111010100111110111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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