#152E9B

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

Shades of Egyptian Blue #152E9B

Tints of Egyptian Blue #152E9B

Color information

#152E9B (or 0x152E9B) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2E and 9B. RGB value is (21,46,155). Sum of RGB (Red+Green+Blue) = 21+46+155=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #152E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E9B is #EAD164. Grayscale: #323232. Windows color (decimal): -15389029 or 10169877. OLE color: 10169877.

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

Color convert

RGB2146155-
CMYK0.860.7000.39
HSL228.81º76.14%34.51%-
HSV(B)228.81º86.45%60.78%-
XYZ7.24.4831.5-
YUV50.95186.72106.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 155 (60.94% from 255) = 69.82%
R=9.46%
G=20.72%
B=69.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21461550.860.7000.39228.8176.1434.51
Hex152E9B5646027e54c23
Octal255623312610604734511443
Binary1010110111010011011101011010001100100111111001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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