Html Css Color HEX #15469E Egyptian Blue

📋 copy color: '#15469E'

red 21 ◦ green 70 ◦ blue 158

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

Shades of Egyptian Blue #15469E

Tints of Egyptian Blue #15469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 158 (62.11% from 255) = 63.45%

R = 8.43%
G = 28.11%
B = 63.45%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15469E (or 0x15469E) is known color: Egyptian Blue. HEX triplet: 15, 46 and 9E. RGB value is (21,70,158). Sum of RGB (Red+Green+Blue) = 21+70+158=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #15469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15469E is #EAB961. Grayscale: #404040. Windows color (decimal): -15382882 or 10372629. OLE color: 10372629.

HSL color Cylindrical-coordinate representation of color #15469E: hue angle of 218.54º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15469E is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 70 158 -
CMYK 0.87 0.56 0 0.38
HSL 218.54º 0.77% 0.35% -
HSV(B) 218.54º 0.87% 0.62% -
XYZ 8.67 7.01 33.24 -
YUV 65.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 21 70 158 0.87 0.56 0 0.38 218.54 0.77 0.35
Hex 15 46 9E 57 38 0 26 DB 4D 23
Octal 25 106 236 127 70 0 46 333 115 43
Binary 10101 1000110 10011110 1010111 111000 0 100110 11011011 1001101 100011

Color Harmonies of #15469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15469E

Black with #15469E

Text Example


Text Example

White with #15469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15469E; }

 p { color: rgb(21,70,158); }

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

background-color css

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

 a { background-color: rgb(21,70,158); }

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

border-color css

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

 span { border-color: rgb(21,70,158); }

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