Html Css Color HEX #154494 Egyptian Blue

📋 copy color: '#154494'

red 21 ◦ green 68 ◦ blue 148

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

Shades of Egyptian Blue #154494

Tints of Egyptian Blue #154494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 8.86%
G = 28.69%
B = 62.45%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#154494 (or 0x154494) is known color: Egyptian Blue. HEX triplet: 15, 44 and 94. RGB value is (21,68,148). Sum of RGB (Red+Green+Blue) = 21+68+148=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #154494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154494 is #EABB6B. Grayscale: #3E3E3E. Windows color (decimal): -15383404 or 9716757. OLE color: 9716757.

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

Color convert

RGB 21 68 148 -
CMYK 0.86 0.54 0 0.42
HSL 217.8º 0.75% 0.33% -
HSV(B) 217.8º 0.86% 0.58% -
XYZ 7.72 6.43 28.85 -
YUV 63.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 21 68 148 0.86 0.54 0 0.42 217.8 0.75 0.33
Hex 15 44 94 56 36 0 2A DA 4B 21
Octal 25 104 224 126 66 0 52 332 113 41
Binary 10101 1000100 10010100 1010110 110110 0 101010 11011010 1001011 100001

Color Harmonies of #154494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154494

Black with #154494

Text Example


Text Example

White with #154494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154494; }

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

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

background-color css

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

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

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

border-color css

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

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

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