Html Css Color HEX #153CA9 Egyptian Blue

📋 copy color: '#153CA9'

red 21 ◦ green 60 ◦ blue 169

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

Shades of Egyptian Blue #153CA9

Tints of Egyptian Blue #153CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 67.6%

R = 8.4%
G = 24%
B = 67.6%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#153CA9 (or 0x153CA9) is known color: Egyptian Blue. HEX triplet: 15, 3C and A9. RGB value is (21,60,169). Sum of RGB (Red+Green+Blue) = 21+60+169=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #153CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CA9 is #EAC356. Grayscale: #3C3C3C. Windows color (decimal): -15385431 or 11090965. OLE color: 11090965.

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

Color convert

RGB 21 60 169 -
CMYK 0.88 0.64 0 0.34
HSL 224.19º 0.78% 0.37% -
HSV(B) 224.19º 0.88% 0.66% -
XYZ 9.09 6.26 38.26 -
YUV 60.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 21 60 169 0.88 0.64 0 0.34 224.19 0.78 0.37
Hex 15 3C A9 58 40 0 22 E0 4E 25
Octal 25 74 251 130 100 0 42 340 116 45
Binary 10101 111100 10101001 1011000 1000000 0 100010 11100000 1001110 100101

Color Harmonies of #153CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CA9

Black with #153CA9

Text Example


Text Example

White with #153CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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