Html Css Color HEX #153CA4 Egyptian Blue

📋 copy color: '#153CA4'

red 21 ◦ green 60 ◦ blue 164

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

Shades of Egyptian Blue #153CA4

Tints of Egyptian Blue #153CA4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 164 (64.45% from 255) = 66.94%

R = 8.57%
G = 24.49%
B = 66.94%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#153CA4 (or 0x153CA4) is known color: Egyptian Blue. HEX triplet: 15, 3C and A4. RGB value is (21,60,164). Sum of RGB (Red+Green+Blue) = 21+60+164=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #153CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CA4 is #EAC35B. Grayscale: #3B3B3B. Windows color (decimal): -15385436 or 10763285. OLE color: 10763285.

HSL color Cylindrical-coordinate representation of color #153CA4: hue angle of 223.64º 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 #153CA4 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 60 164 -
CMYK 0.87 0.63 0 0.36
HSL 223.64º 0.77% 0.36% -
HSV(B) 223.64º 0.87% 0.64% -
XYZ 8.63 6.07 35.84 -
YUV 60.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 21 60 164 0.87 0.63 0 0.36 223.64 0.77 0.36
Hex 15 3C A4 57 3F 0 24 E0 4D 24
Octal 25 74 244 127 77 0 44 340 115 44
Binary 10101 111100 10100100 1010111 111111 0 100100 11100000 1001101 100100

Color Harmonies of #153CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CA4

Black with #153CA4

Text Example


Text Example

White with #153CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,164); }

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

background-color css

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

 a { background-color: rgb(21,60,164); }

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

border-color css

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

 span { border-color: rgb(21,60,164); }

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