Html Css Color HEX #154198 Egyptian Blue

📋 copy color: '#154198'

red 21 ◦ green 65 ◦ blue 152

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

Shades of Egyptian Blue #154198

Tints of Egyptian Blue #154198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 8.82%
G = 27.31%
B = 63.87%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#154198 (or 0x154198) is known color: Egyptian Blue. HEX triplet: 15, 41 and 98. RGB value is (21,65,152). Sum of RGB (Red+Green+Blue) = 21+65+152=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #154198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154198 is #EABE67. Grayscale: #3D3D3D. Windows color (decimal): -15384168 or 9978133. OLE color: 9978133.

HSL color Cylindrical-coordinate representation of color #154198: hue angle of 219.85º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154198 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 65 152 -
CMYK 0.86 0.57 0 0.40
HSL 219.85º 0.76% 0.34% -
HSV(B) 219.85º 0.86% 0.6% -
XYZ 7.87 6.21 30.49 -
YUV 61.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 21 65 152 0.86 0.57 0 0.40 219.85 0.76 0.34
Hex 15 41 98 56 39 0 28 DC 4C 22
Octal 25 101 230 126 71 0 50 334 114 42
Binary 10101 1000001 10011000 1010110 111001 0 101000 11011100 1001100 100010

Color Harmonies of #154198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154198

Black with #154198

Text Example


Text Example

White with #154198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154198; }

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

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

background-color css

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

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

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

border-color css

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

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

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