#152A8C

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

Shades of Egyptian Blue #152A8C

Tints of Egyptian Blue #152A8C

Color information

#152A8C (or 0x152A8C) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2A and 8C. RGB value is (21,42,140). Sum of RGB (Red+Green+Blue) = 21+42+140=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #152A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152A8C is #EAD573. Grayscale: #2E2E2E. Windows color (decimal): -15390068 or 9185813. OLE color: 9185813.

HSL color Cylindrical-coordinate representation of color #152A8C: hue angle of 229.41º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152A8C is Cyan = 0.85, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2142140-
CMYK0.850.700.45
HSL229.41º73.91%31.57%-
HSV(B)229.41º85%54.9%-
XYZ5.873.7125.22-
YUV46.89180.54109.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 140 (55.08% from 255) = 68.97%
R=10.34%
G=20.69%
B=68.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21421400.850.700.45229.4173.9131.57
Hex152A8C554602De54a20
Octal255221412510605534511240
Binary1010110101010001100101010110001100101101111001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,42,140); }

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

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

 a { background-color: rgb(21,42,140); }

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

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

 span { border-color: rgb(21,42,140); }

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