Html Css Color HEX #153AA2 Egyptian Blue

📋 copy color: '#153AA2'

red 21 ◦ green 58 ◦ blue 162

#153AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #153AA2

Tints of Egyptian Blue #153AA2

RGB

 RED value IS 21 (8.59% from 255) = 8.71%

 GREEN value IS 58 (23.05% from 255) = 24.07%

 BLUE value IS 162 (63.67% from 255) = 67.22%

R = 8.71%
G = 24.07%
B = 67.22%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#153AA2 (or 0x153AA2) is known color: Egyptian Blue. HEX triplet: 15, 3A and A2. RGB value is (21,58,162). Sum of RGB (Red+Green+Blue) = 21+58+162=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #153AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AA2 is #EAC55D. Grayscale: #3A3A3A. Windows color (decimal): -15385950 or 10631701. OLE color: 10631701.

HSL color Cylindrical-coordinate representation of color #153AA2: hue angle of 224.26º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153AA2 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 58 162 -
CMYK 0.87 0.64 0 0.36
HSL 224.26º 0.77% 0.36% -
HSV(B) 224.26º 0.87% 0.64% -
XYZ 8.34 5.79 34.86 -
YUV 58.79 186.24 101.04 -
System Red Green Blue C M Y K H S L
Decimal 21 58 162 0.87 0.64 0 0.36 224.26 0.77 0.36
Hex 15 3A A2 57 40 0 24 E0 4D 24
Octal 25 72 242 127 100 0 44 340 115 44
Binary 10101 111010 10100010 1010111 1000000 0 100100 11100000 1001101 100100

Color Harmonies of #153AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AA2

Black with #153AA2

Text Example


Text Example

White with #153AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #153AA2;
 }
 .AnyTagClassName
 {
   color: #153AA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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