Html Css Color HEX #153AAC Egyptian Blue

📋 copy color: '#153AAC'

red 21 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #153AAC

Tints of Egyptian Blue #153AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.53%

R = 8.37%
G = 23.11%
B = 68.53%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153AAC (or 0x153AAC) is known color: Egyptian Blue. HEX triplet: 15, 3A and AC. RGB value is (21,58,172). Sum of RGB (Red+Green+Blue) = 21+58+172=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #153AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AAC is #EAC553. Grayscale: #3B3B3B. Windows color (decimal): -15385940 or 11287061. OLE color: 11287061.

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

Color convert

RGB 21 58 172 -
CMYK 0.88 0.66 0 0.33
HSL 225.3º 0.78% 0.38% -
HSV(B) 225.3º 0.88% 0.67% -
XYZ 9.27 6.16 39.73 -
YUV 59.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 21 58 172 0.88 0.66 0 0.33 225.3 0.78 0.38
Hex 15 3A AC 58 42 0 21 E1 4E 26
Octal 25 72 254 130 102 0 41 341 116 46
Binary 10101 111010 10101100 1011000 1000010 0 100001 11100001 1001110 100110

Color Harmonies of #153AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AAC

Black with #153AAC

Text Example


Text Example

White with #153AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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