Html Css Color HEX #15209D Egyptian Blue

📋 copy color: '#15209D'

red 21 ◦ green 32 ◦ blue 157

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

Shades of Egyptian Blue #15209D

Tints of Egyptian Blue #15209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 10%
G = 15.24%
B = 74.76%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15209D (or 0x15209D) is known color: Egyptian Blue. HEX triplet: 15, 20 and 9D. RGB value is (21,32,157). Sum of RGB (Red+Green+Blue) = 21+32+157=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #15209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15209D is #EADF62. Grayscale: #2A2A2A. Windows color (decimal): -15392611 or 10297365. OLE color: 10297365.

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

Color convert

RGB 21 32 157 -
CMYK 0.87 0.80 0 0.38
HSL 235.15º 0.76% 0.35% -
HSV(B) 235.15º 0.87% 0.62% -
XYZ 6.91 3.63 32.23 -
YUV 42.96 192.36 112.34 -
System Red Green Blue C M Y K H S L
Decimal 21 32 157 0.87 0.80 0 0.38 235.15 0.76 0.35
Hex 15 20 9D 57 50 0 26 EB 4C 23
Octal 25 40 235 127 120 0 46 353 114 43
Binary 10101 100000 10011101 1010111 1010000 0 100110 11101011 1001100 100011

Color Harmonies of #15209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15209D

Black with #15209D

Text Example


Text Example

White with #15209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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