Html Css Color HEX #153994 Egyptian Blue

📋 copy color: '#153994'

red 21 ◦ green 57 ◦ blue 148

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

Shades of Egyptian Blue #153994

Tints of Egyptian Blue #153994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.49%

R = 9.29%
G = 25.22%
B = 65.49%

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

#153994 (or 0x153994) is known color: Egyptian Blue. HEX triplet: 15, 39 and 94. RGB value is (21,57,148). Sum of RGB (Red+Green+Blue) = 21+57+148=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #153994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153994 is #EAC66B. Grayscale: #383838. Windows color (decimal): -15386220 or 9713941. OLE color: 9713941.

HSL color Cylindrical-coordinate representation of color #153994: hue angle of 222.99º 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 #153994 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 57 148 -
CMYK 0.86 0.61 0 0.42
HSL 222.99º 0.75% 0.33% -
HSV(B) 222.99º 0.86% 0.58% -
XYZ 7.12 5.22 28.65 -
YUV 56.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 21 57 148 0.86 0.61 0 0.42 222.99 0.75 0.33
Hex 15 39 94 56 3D 0 2A DF 4B 21
Octal 25 71 224 126 75 0 52 337 113 41
Binary 10101 111001 10010100 1010110 111101 0 101010 11011111 1001011 100001

Color Harmonies of #153994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153994

Black with #153994

Text Example


Text Example

White with #153994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153994; }

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

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

background-color css

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

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

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

border-color css

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

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

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