#152C9D

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

Shades of Egyptian Blue #152C9D

Tints of Egyptian Blue #152C9D

Color information

#152C9D (or 0x152C9D) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2C and 9D. RGB value is (21,44,157). Sum of RGB (Red+Green+Blue) = 21+44+157=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #152C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C9D is #EAD362. Grayscale: #313131. Windows color (decimal): -15389539 or 10300437. OLE color: 10300437.

HSL color Cylindrical-coordinate representation of color #152C9D: hue angle of 229.85º degrees, saturation: 0.76, 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 #152C9D is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2144157-
CMYK0.870.7200.38
HSL229.85º76.4%34.9%-
HSV(B)229.85º86.62%61.57%-
XYZ7.34.432.36-
YUV50188.38107.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 157 (61.72% from 255) = 70.72%
R=9.46%
G=19.82%
B=70.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21441570.870.7200.38229.8576.434.9
Hex152C9D5748026e64c23
Octal255423512711004634611443
Binary1010110110010011101101011110010000100110111001101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152C9D; }

 p { color: rgb(21,44,157); }

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

<style>
 a { background-color: #152C9D; }

 a { background-color: rgb(21,44,157); }

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

<style>
 span { border-color: #152C9D; }

 span { border-color: rgb(21,44,157); }

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