Html Css Color HEX #15359D Egyptian Blue

📋 copy color: '#15359D'

red 21 ◦ green 53 ◦ blue 157

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

Shades of Egyptian Blue #15359D

Tints of Egyptian Blue #15359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 9.09%
G = 22.94%
B = 67.97%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15359D (or 0x15359D) is known color: Egyptian Blue. HEX triplet: 15, 35 and 9D. RGB value is (21,53,157). Sum of RGB (Red+Green+Blue) = 21+53+157=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #15359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15359D is #EACA62. Grayscale: #363636. Windows color (decimal): -15387235 or 10302741. OLE color: 10302741.

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

Color convert

RGB 21 53 157 -
CMYK 0.87 0.66 0 0.38
HSL 225.88º 0.76% 0.35% -
HSV(B) 225.88º 0.87% 0.62% -
XYZ 7.67 5.14 32.49 -
YUV 55.29 185.4 103.54 -
System Red Green Blue C M Y K H S L
Decimal 21 53 157 0.87 0.66 0 0.38 225.88 0.76 0.35
Hex 15 35 9D 57 42 0 26 E2 4C 23
Octal 25 65 235 127 102 0 46 342 114 43
Binary 10101 110101 10011101 1010111 1000010 0 100110 11100010 1001100 100011

Color Harmonies of #15359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15359D

Black with #15359D

Text Example


Text Example

White with #15359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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