#153FAA

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

Shades of Egyptian Blue #153FAA

Tints of Egyptian Blue #153FAA

Color information

#153FAA (or 0x153FAA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3F and AA. RGB value is (21,63,170). Sum of RGB (Red+Green+Blue) = 21+63+170=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #153FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FAA is #EAC055. Grayscale: #3E3E3E. Windows color (decimal): -15384662 or 11157269. OLE color: 11157269.

HSL color Cylindrical-coordinate representation of color #153FAA: hue angle of 223.09º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153FAA is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2163170-
CMYK0.880.6300.33
HSL223.09º78.01%37.45%-
HSV(B)223.09º87.65%66.67%-
XYZ9.346.6238.81-
YUV62.64188.5998.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 170 (66.80% from 255) = 66.93%
R=8.27%
G=24.80%
B=66.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21631700.880.6300.33223.0978.0137.45
Hex153FAA583F021df4e25
Octal25772521307704133711645
Binary101011111111010101010110001111110100001110111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153FAA; }

 p { color: rgb(21,63,170); }

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

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

 a { background-color: rgb(21,63,170); }

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

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

 span { border-color: rgb(21,63,170); }

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