#152E8E

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

Shades of Egyptian Blue #152E8E

Tints of Egyptian Blue #152E8E

Color information

#152E8E (or 0x152E8E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2E and 8E. RGB value is (21,46,142). Sum of RGB (Red+Green+Blue) = 21+46+142=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #152E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E8E is #EAD171. Grayscale: #313131. Windows color (decimal): -15389042 or 9317909. OLE color: 9317909.

HSL color Cylindrical-coordinate representation of color #152E8E: hue angle of 227.6º degrees, saturation: 0.74, 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 #152E8E is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2146142-
CMYK0.850.6800.44
HSL227.6º74.23%31.96%-
HSV(B)227.6º85.21%55.69%-
XYZ6.174.0726.05-
YUV49.47180.22107.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 142 (55.86% from 255) = 67.94%
R=10.05%
G=22.01%
B=67.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21461420.850.6800.44227.674.2331.96
Hex152E8E554402Ce44a20
Octal255621612510405434411240
Binary1010110111010001110101010110001000101100111001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,46,142); }

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

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

 a { background-color: rgb(21,46,142); }

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

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

 span { border-color: rgb(21,46,142); }

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