Html Css Color HEX #15419E Egyptian Blue

📋 copy color: '#15419E'

red 21 ◦ green 65 ◦ blue 158

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

Shades of Egyptian Blue #15419E

Tints of Egyptian Blue #15419E

RGB

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

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

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

R = 8.61%
G = 26.64%
B = 64.75%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15419E (or 0x15419E) is known color: Egyptian Blue. HEX triplet: 15, 41 and 9E. RGB value is (21,65,158). Sum of RGB (Red+Green+Blue) = 21+65+158=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #15419E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15419E is #EABE61. Grayscale: #3E3E3E. Windows color (decimal): -15384162 or 10371349. OLE color: 10371349.

HSL color Cylindrical-coordinate representation of color #15419E: hue angle of 220.73º 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 #15419E is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 65 158 -
CMYK 0.87 0.59 0 0.38
HSL 220.73º 0.77% 0.35% -
HSV(B) 220.73º 0.87% 0.62% -
XYZ 8.37 6.41 33.14 -
YUV 62.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 21 65 158 0.87 0.59 0 0.38 220.73 0.77 0.35
Hex 15 41 9E 57 3B 0 26 DD 4D 23
Octal 25 101 236 127 73 0 46 335 115 43
Binary 10101 1000001 10011110 1010111 111011 0 100110 11011101 1001101 100011

Color Harmonies of #15419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15419E

Black with #15419E

Text Example


Text Example

White with #15419E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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