Html Css Color HEX #154395 Egyptian Blue

📋 copy color: '#154395'

red 21 ◦ green 67 ◦ blue 149

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

Shades of Egyptian Blue #154395

Tints of Egyptian Blue #154395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 8.86%
G = 28.27%
B = 62.87%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#154395 (or 0x154395) is known color: Egyptian Blue. HEX triplet: 15, 43 and 95. RGB value is (21,67,149). Sum of RGB (Red+Green+Blue) = 21+67+149=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #154395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154395 is #EABC6A. Grayscale: #3E3E3E. Windows color (decimal): -15383659 or 9782037. OLE color: 9782037.

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

Color convert

RGB 21 67 149 -
CMYK 0.86 0.55 0 0.42
HSL 218.44º 0.75% 0.33% -
HSV(B) 218.44º 0.86% 0.58% -
XYZ 7.74 6.34 29.25 -
YUV 62.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 21 67 149 0.86 0.55 0 0.42 218.44 0.75 0.33
Hex 15 43 95 56 37 0 2A DA 4B 21
Octal 25 103 225 126 67 0 52 332 113 41
Binary 10101 1000011 10010101 1010110 110111 0 101010 11011010 1001011 100001

Color Harmonies of #154395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154395

Black with #154395

Text Example


Text Example

White with #154395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154395; }

 p { color: rgb(21,67,149); }

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

background-color css

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

 a { background-color: rgb(21,67,149); }

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

border-color css

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

 span { border-color: rgb(21,67,149); }

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