Html Css Color HEX #154195 Egyptian Blue

📋 copy color: '#154195'

red 21 ◦ green 65 ◦ blue 149

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

Shades of Egyptian Blue #154195

Tints of Egyptian Blue #154195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 8.94%
G = 27.66%
B = 63.4%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#154195 (or 0x154195) is known color: Egyptian Blue. HEX triplet: 15, 41 and 95. RGB value is (21,65,149). Sum of RGB (Red+Green+Blue) = 21+65+149=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #154195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154195 is #EABE6A. Grayscale: #3D3D3D. Windows color (decimal): -15384171 or 9781525. OLE color: 9781525.

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

Color convert

RGB 21 65 149 -
CMYK 0.86 0.56 0 0.42
HSL 219.38º 0.75% 0.33% -
HSV(B) 219.38º 0.86% 0.58% -
XYZ 7.62 6.11 29.21 -
YUV 61.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 21 65 149 0.86 0.56 0 0.42 219.38 0.75 0.33
Hex 15 41 95 56 38 0 2A DB 4B 21
Octal 25 101 225 126 70 0 52 333 113 41
Binary 10101 1000001 10010101 1010110 111000 0 101010 11011011 1001011 100001

Color Harmonies of #154195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154195

Black with #154195

Text Example


Text Example

White with #154195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154195; }

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

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

background-color css

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

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

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

border-color css

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

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

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