#152690

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

Shades of Egyptian Blue #152690

Tints of Egyptian Blue #152690

Color information

#152690 (or 0x152690) is unknown color: approx Egyptian Blue. HEX triplet: 15, 26 and 90. RGB value is (21,38,144). Sum of RGB (Red+Green+Blue) = 21+38+144=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #152690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152690 is #EAD96F. Grayscale: #2C2C2C. Windows color (decimal): -15391088 or 9446933. OLE color: 9446933.

HSL color Cylindrical-coordinate representation of color #152690: hue angle of 231.71º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152690 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2138144-
CMYK0.850.7400.44
HSL231.71º74.55%32.35%-
HSV(B)231.71º85.42%56.47%-
XYZ6.043.5626.75-
YUV45183.87110.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 144 (56.64% from 255) = 70.94%
R=10.34%
G=18.72%
B=70.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21381440.850.7400.44231.7174.5532.35
Hex152690554A02Ce84b20
Octal254622012511205435011340
Binary1010110011010010000101010110010100101100111010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152690; }

 p { color: rgb(21,38,144); }

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

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

 a { background-color: rgb(21,38,144); }

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

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

 span { border-color: rgb(21,38,144); }

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