#152FAD

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

Shades of Egyptian Blue #152FAD

Tints of Egyptian Blue #152FAD

Color information

#152FAD (or 0x152FAD) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2F and AD. RGB value is (21,47,173). Sum of RGB (Red+Green+Blue) = 21+47+173=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #152FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FAD is #EAD052. Grayscale: #353535. Windows color (decimal): -15388755 or 11349781. OLE color: 11349781.

HSL color Cylindrical-coordinate representation of color #152FAD: hue angle of 229.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152FAD is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2147173-
CMYK0.880.7300.32
HSL229.74º78.35%38.04%-
HSV(B)229.74º87.86%67.84%-
XYZ8.875.2140.07-
YUV53.59195.39104.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 173 (67.97% from 255) = 71.78%
R=8.71%
G=19.50%
B=71.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21471730.880.7300.32229.7478.3538.04
Hex152FAD5849020e64e26
Octal255725513011104034611646
Binary1010110111110101101101100010010010100000111001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,173); }

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

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

 a { background-color: rgb(21,47,173); }

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

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

 span { border-color: rgb(21,47,173); }

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