#153AAD

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

Shades of Egyptian Blue #153AAD

Tints of Egyptian Blue #153AAD

Color information

#153AAD (or 0x153AAD) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3A and AD. RGB value is (21,58,173). Sum of RGB (Red+Green+Blue) = 21+58+173=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #153AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AAD is #EAC552. Grayscale: #3B3B3B. Windows color (decimal): -15385939 or 11352597. OLE color: 11352597.

HSL color Cylindrical-coordinate representation of color #153AAD: hue angle of 225.39º 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 #153AAD is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2158173-
CMYK0.880.6600.32
HSL225.39º78.35%38.04%-
HSV(B)225.39º87.86%67.84%-
XYZ9.376.240.24-
YUV60.05191.74100.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=8.33%
G=23.02%
B=68.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21581730.880.6600.32225.3978.3538.04
Hex153AAD5842020e14e26
Octal257225513010204034111646
Binary1010111101010101101101100010000100100000111000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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