Html Css Color HEX #15289F Egyptian Blue

📋 copy color: '#15289F'

red 21 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #15289F

Tints of Egyptian Blue #15289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

 BLUE value IS 159 (62.5% from 255) = 72.27%

R = 9.55%
G = 18.18%
B = 72.27%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15289F (or 0x15289F) is known color: Egyptian Blue. HEX triplet: 15, 28 and 9F. RGB value is (21,40,159). Sum of RGB (Red+Green+Blue) = 21+40+159=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #15289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15289F is #EAD760. Grayscale: #2F2F2F. Windows color (decimal): -15390561 or 10430485. OLE color: 10430485.

HSL color Cylindrical-coordinate representation of color #15289F: hue angle of 231.74º degrees, saturation: 0.77, 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 #15289F is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 21 40 159 -
CMYK 0.87 0.75 0 0.38
HSL 231.74º 0.77% 0.35% -
HSV(B) 231.74º 0.87% 0.62% -
XYZ 7.33 4.18 33.22 -
YUV 47.89 190.71 108.82 -
System Red Green Blue C M Y K H S L
Decimal 21 40 159 0.87 0.75 0 0.38 231.74 0.77 0.35
Hex 15 28 9F 57 4B 0 26 E8 4D 23
Octal 25 50 237 127 113 0 46 350 115 43
Binary 10101 101000 10011111 1010111 1001011 0 100110 11101000 1001101 100011

Color Harmonies of #15289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15289F

Black with #15289F

Text Example


Text Example

White with #15289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15289F; }

 p { color: rgb(21,40,159); }

 H1.HeaderClassName
 {
   color: #15289F;
 }
 .AnyTagClassName
 {
   color: #15289F;
 }
</style>

background-color css

<style>
 a { background-color: #15289F; }

 a { background-color: rgb(21,40,159); }

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

border-color css

<style>
 span { border-color: #15289F; }

 span { border-color: rgb(21,40,159); }

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