Html Css Color HEX #153490 Egyptian Blue

📋 copy color: '#153490'

red 21 ◦ green 52 ◦ blue 144

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

Shades of Egyptian Blue #153490

Tints of Egyptian Blue #153490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 9.68%
G = 23.96%
B = 66.36%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#153490 (or 0x153490) is known color: Egyptian Blue. HEX triplet: 15, 34 and 90. RGB value is (21,52,144). Sum of RGB (Red+Green+Blue) = 21+52+144=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #153490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153490 is #EACB6F. Grayscale: #343434. Windows color (decimal): -15387504 or 9450517. OLE color: 9450517.

HSL color Cylindrical-coordinate representation of color #153490: hue angle of 224.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153490 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 52 144 -
CMYK 0.85 0.64 0 0.44
HSL 224.88º 0.75% 0.32% -
HSV(B) 224.88º 0.85% 0.56% -
XYZ 6.57 4.63 26.93 -
YUV 53.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 21 52 144 0.85 0.64 0 0.44 224.88 0.75 0.32
Hex 15 34 90 55 40 0 2C E1 4B 20
Octal 25 64 220 125 100 0 54 341 113 40
Binary 10101 110100 10010000 1010101 1000000 0 101100 11100001 1001011 100000

Color Harmonies of #153490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153490

Black with #153490

Text Example


Text Example

White with #153490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153490; }

 p { color: rgb(21,52,144); }

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

background-color css

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

 a { background-color: rgb(21,52,144); }

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

border-color css

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

 span { border-color: rgb(21,52,144); }

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