Html Css Color HEX #15429D Egyptian Blue

📋 copy color: '#15429D'

red 21 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #15429D

Tints of Egyptian Blue #15429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 157 (61.72% from 255) = 64.34%

R = 8.61%
G = 27.05%
B = 64.34%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15429D (or 0x15429D) is known color: Egyptian Blue. HEX triplet: 15, 42 and 9D. RGB value is (21,66,157). Sum of RGB (Red+Green+Blue) = 21+66+157=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #15429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15429D is #EABD62. Grayscale: #3E3E3E. Windows color (decimal): -15383907 or 10306069. OLE color: 10306069.

HSL color Cylindrical-coordinate representation of color #15429D: hue angle of 220.15º degrees, saturation: 0.76, 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 #15429D is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 66 157 -
CMYK 0.87 0.58 0 0.38
HSL 220.15º 0.76% 0.35% -
HSV(B) 220.15º 0.87% 0.62% -
XYZ 8.34 6.49 32.71 -
YUV 62.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 21 66 157 0.87 0.58 0 0.38 220.15 0.76 0.35
Hex 15 42 9D 57 3A 0 26 DC 4C 23
Octal 25 102 235 127 72 0 46 334 114 43
Binary 10101 1000010 10011101 1010111 111010 0 100110 11011100 1001100 100011

Color Harmonies of #15429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15429D

Black with #15429D

Text Example


Text Example

White with #15429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15429D; }

 p { color: rgb(21,66,157); }

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

background-color css

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

 a { background-color: rgb(21,66,157); }

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

border-color css

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

 span { border-color: rgb(21,66,157); }

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