Html Css Color HEX #153790 Egyptian Blue

📋 copy color: '#153790'

red 21 ◦ green 55 ◦ blue 144

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

Shades of Egyptian Blue #153790

Tints of Egyptian Blue #153790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 9.55%
G = 25%
B = 65.45%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#153790 (or 0x153790) is known color: Egyptian Blue. HEX triplet: 15, 37 and 90. RGB value is (21,55,144). Sum of RGB (Red+Green+Blue) = 21+55+144=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #153790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153790 is #EAC86F. Grayscale: #363636. Windows color (decimal): -15386736 or 9451285. OLE color: 9451285.

HSL color Cylindrical-coordinate representation of color #153790: hue angle of 223.41º 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 #153790 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 55 144 -
CMYK 0.85 0.62 0 0.44
HSL 223.41º 0.75% 0.32% -
HSV(B) 223.41º 0.85% 0.56% -
XYZ 6.71 4.91 26.98 -
YUV 54.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 21 55 144 0.85 0.62 0 0.44 223.41 0.75 0.32
Hex 15 37 90 55 3E 0 2C DF 4B 20
Octal 25 67 220 125 76 0 54 337 113 40
Binary 10101 110111 10010000 1010101 111110 0 101100 11011111 1001011 100000

Color Harmonies of #153790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153790

Black with #153790

Text Example


Text Example

White with #153790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153790; }

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

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

background-color css

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

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

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

border-color css

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

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

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