Html Css Color HEX #15399D Egyptian Blue

📋 copy color: '#15399D'

red 21 ◦ green 57 ◦ blue 157

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

Shades of Egyptian Blue #15399D

Tints of Egyptian Blue #15399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 8.94%
G = 24.26%
B = 66.81%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15399D (or 0x15399D) is known color: Egyptian Blue. HEX triplet: 15, 39 and 9D. RGB value is (21,57,157). Sum of RGB (Red+Green+Blue) = 21+57+157=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #15399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15399D is #EAC662. Grayscale: #393939. Windows color (decimal): -15386211 or 10303765. OLE color: 10303765.

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

Color convert

RGB 21 57 157 -
CMYK 0.87 0.64 0 0.38
HSL 224.12º 0.76% 0.35% -
HSV(B) 224.12º 0.87% 0.62% -
XYZ 7.86 5.52 32.55 -
YUV 57.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 21 57 157 0.87 0.64 0 0.38 224.12 0.76 0.35
Hex 15 39 9D 57 40 0 26 E0 4C 23
Octal 25 71 235 127 100 0 46 340 114 43
Binary 10101 111001 10011101 1010111 1000000 0 100110 11100000 1001100 100011

Color Harmonies of #15399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15399D

Black with #15399D

Text Example


Text Example

White with #15399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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