Html Css Color HEX #153993 Egyptian Blue

📋 copy color: '#153993'

red 21 ◦ green 57 ◦ blue 147

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

Shades of Egyptian Blue #153993

Tints of Egyptian Blue #153993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

 BLUE value IS 147 (57.81% from 255) = 65.33%

R = 9.33%
G = 25.33%
B = 65.33%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153993 (or 0x153993) is known color: Egyptian Blue. HEX triplet: 15, 39 and 93. RGB value is (21,57,147). Sum of RGB (Red+Green+Blue) = 21+57+147=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #153993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153993 is #EAC66C. Grayscale: #383838. Windows color (decimal): -15386221 or 9648405. OLE color: 9648405.

HSL color Cylindrical-coordinate representation of color #153993: hue angle of 222.86º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153993 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 57 147 -
CMYK 0.86 0.61 0 0.42
HSL 222.86º 0.75% 0.33% -
HSV(B) 222.86º 0.86% 0.58% -
XYZ 7.04 5.19 28.23 -
YUV 56.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 21 57 147 0.86 0.61 0 0.42 222.86 0.75 0.33
Hex 15 39 93 56 3D 0 2A DF 4B 21
Octal 25 71 223 126 75 0 52 337 113 41
Binary 10101 111001 10010011 1010110 111101 0 101010 11011111 1001011 100001

Color Harmonies of #153993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153993

Black with #153993

Text Example


Text Example

White with #153993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153993; }

 p { color: rgb(21,57,147); }

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

background-color css

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

 a { background-color: rgb(21,57,147); }

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

border-color css

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

 span { border-color: rgb(21,57,147); }

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