Html Css Color HEX #153EAC Egyptian Blue

📋 copy color: '#153EAC'

red 21 ◦ green 62 ◦ blue 172

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

Shades of Egyptian Blue #153EAC

Tints of Egyptian Blue #153EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.31%

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

R = 8.24%
G = 24.31%
B = 67.45%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153EAC (or 0x153EAC) is known color: Egyptian Blue. HEX triplet: 15, 3E and AC. RGB value is (21,62,172). Sum of RGB (Red+Green+Blue) = 21+62+172=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #153EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153EAC is #EAC153. Grayscale: #3D3D3D. Windows color (decimal): -15384916 or 11288085. OLE color: 11288085.

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

Color convert

RGB 21 62 172 -
CMYK 0.88 0.64 0 0.33
HSL 223.71º 0.78% 0.38% -
HSV(B) 223.71º 0.88% 0.67% -
XYZ 9.48 6.58 39.8 -
YUV 62.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 21 62 172 0.88 0.64 0 0.33 223.71 0.78 0.38
Hex 15 3E AC 58 40 0 21 E0 4E 26
Octal 25 76 254 130 100 0 41 340 116 46
Binary 10101 111110 10101100 1011000 1000000 0 100001 11100000 1001110 100110

Color Harmonies of #153EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EAC

Black with #153EAC

Text Example


Text Example

White with #153EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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