Html Css Color HEX #153CAA Egyptian Blue

📋 copy color: '#153CAA'

red 21 ◦ green 60 ◦ blue 170

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

Shades of Egyptian Blue #153CAA

Tints of Egyptian Blue #153CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 8.37%
G = 23.9%
B = 67.73%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#153CAA (or 0x153CAA) is known color: Egyptian Blue. HEX triplet: 15, 3C and AA. RGB value is (21,60,170). Sum of RGB (Red+Green+Blue) = 21+60+170=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #153CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CAA is #EAC355. Grayscale: #3C3C3C. Windows color (decimal): -15385430 or 11156501. OLE color: 11156501.

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

Color convert

RGB 21 60 170 -
CMYK 0.88 0.65 0 0.33
HSL 224.3º 0.78% 0.37% -
HSV(B) 224.3º 0.88% 0.67% -
XYZ 9.18 6.29 38.76 -
YUV 60.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 21 60 170 0.88 0.65 0 0.33 224.3 0.78 0.37
Hex 15 3C AA 58 41 0 21 E0 4E 25
Octal 25 74 252 130 101 0 41 340 116 45
Binary 10101 111100 10101010 1011000 1000001 0 100001 11100000 1001110 100101

Color Harmonies of #153CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CAA

Black with #153CAA

Text Example


Text Example

White with #153CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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