Html Css Color HEX #15319E Egyptian Blue

📋 copy color: '#15319E'

red 21 ◦ green 49 ◦ blue 158

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

Shades of Egyptian Blue #15319E

Tints of Egyptian Blue #15319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

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

R = 9.21%
G = 21.49%
B = 69.3%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15319E (or 0x15319E) is known color: Egyptian Blue. HEX triplet: 15, 31 and 9E. RGB value is (21,49,158). Sum of RGB (Red+Green+Blue) = 21+49+158=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #15319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15319E is #EACE61. Grayscale: #343434. Windows color (decimal): -15388258 or 10367253. OLE color: 10367253.

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

Color convert

RGB 21 49 158 -
CMYK 0.87 0.69 0 0.38
HSL 227.74º 0.77% 0.35% -
HSV(B) 227.74º 0.87% 0.62% -
XYZ 7.58 4.82 32.88 -
YUV 53.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 21 49 158 0.87 0.69 0 0.38 227.74 0.77 0.35
Hex 15 31 9E 57 45 0 26 E4 4D 23
Octal 25 61 236 127 105 0 46 344 115 43
Binary 10101 110001 10011110 1010111 1000101 0 100110 11100100 1001101 100011

Color Harmonies of #15319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15319E

Black with #15319E

Text Example


Text Example

White with #15319E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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