Html Css Color HEX #15419C Egyptian Blue

📋 copy color: '#15419C'

red 21 ◦ green 65 ◦ blue 156

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

Shades of Egyptian Blue #15419C

Tints of Egyptian Blue #15419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 8.68%
G = 26.86%
B = 64.46%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15419C (or 0x15419C) is known color: Egyptian Blue. HEX triplet: 15, 41 and 9C. RGB value is (21,65,156). Sum of RGB (Red+Green+Blue) = 21+65+156=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #15419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15419C is #EABE63. Grayscale: #3D3D3D. Windows color (decimal): -15384164 or 10240277. OLE color: 10240277.

HSL color Cylindrical-coordinate representation of color #15419C: hue angle of 220.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15419C is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 65 156 -
CMYK 0.87 0.58 0 0.39
HSL 220.44º 0.76% 0.35% -
HSV(B) 220.44º 0.87% 0.61% -
XYZ 8.2 6.34 32.24 -
YUV 62.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 21 65 156 0.87 0.58 0 0.39 220.44 0.76 0.35
Hex 15 41 9C 57 3A 0 27 DC 4C 23
Octal 25 101 234 127 72 0 47 334 114 43
Binary 10101 1000001 10011100 1010111 111010 0 100111 11011100 1001100 100011

Color Harmonies of #15419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15419C

Black with #15419C

Text Example


Text Example

White with #15419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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