Html Css Color HEX #15379B Egyptian Blue

📋 copy color: '#15379B'

red 21 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #15379B

Tints of Egyptian Blue #15379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 9.09%
G = 23.81%
B = 67.1%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15379B (or 0x15379B) is known color: Egyptian Blue. HEX triplet: 15, 37 and 9B. RGB value is (21,55,155). Sum of RGB (Red+Green+Blue) = 21+55+155=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #15379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15379B is #EAC864. Grayscale: #373737. Windows color (decimal): -15386725 or 10172181. OLE color: 10172181.

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

Color convert

RGB 21 55 155 -
CMYK 0.86 0.65 0 0.39
HSL 224.78º 0.76% 0.35% -
HSV(B) 224.78º 0.86% 0.61% -
XYZ 7.59 5.26 31.63 -
YUV 56.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 21 55 155 0.86 0.65 0 0.39 224.78 0.76 0.35
Hex 15 37 9B 56 41 0 27 E1 4C 23
Octal 25 67 233 126 101 0 47 341 114 43
Binary 10101 110111 10011011 1010110 1000001 0 100111 11100001 1001100 100011

Color Harmonies of #15379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15379B

Black with #15379B

Text Example


Text Example

White with #15379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15379B; }

 p { color: rgb(21,55,155); }

 H1.HeaderClassName
 {
   color: #15379B;
 }
 .AnyTagClassName
 {
   color: #15379B;
 }
</style>

background-color css

<style>
 a { background-color: #15379B; }

 a { background-color: rgb(21,55,155); }

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

border-color css

<style>
 span { border-color: #15379B; }

 span { border-color: rgb(21,55,155); }

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