Html Css Color HEX #15359B Egyptian Blue

📋 copy color: '#15359B'

red 21 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #15359B

Tints of Egyptian Blue #15359B

RGB

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

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

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

R = 9.17%
G = 23.14%
B = 67.69%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15359B (or 0x15359B) is known color: Egyptian Blue. HEX triplet: 15, 35 and 9B. RGB value is (21,53,155). Sum of RGB (Red+Green+Blue) = 21+53+155=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #15359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15359B is #EACA64. Grayscale: #363636. Windows color (decimal): -15387237 or 10171669. OLE color: 10171669.

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

Color convert

RGB 21 53 155 -
CMYK 0.86 0.66 0 0.39
HSL 225.67º 0.76% 0.35% -
HSV(B) 225.67º 0.86% 0.61% -
XYZ 7.5 5.07 31.59 -
YUV 55.06 184.4 103.71 -
System Red Green Blue C M Y K H S L
Decimal 21 53 155 0.86 0.66 0 0.39 225.67 0.76 0.35
Hex 15 35 9B 56 42 0 27 E2 4C 23
Octal 25 65 233 126 102 0 47 342 114 43
Binary 10101 110101 10011011 1010110 1000010 0 100111 11100010 1001100 100011

Color Harmonies of #15359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15359B

Black with #15359B

Text Example


Text Example

White with #15359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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