Html Css Color HEX #15289A Egyptian Blue

📋 copy color: '#15289A'

red 21 ◦ green 40 ◦ blue 154

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

Shades of Egyptian Blue #15289A

Tints of Egyptian Blue #15289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 71.63%

R = 9.77%
G = 18.6%
B = 71.63%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15289A (or 0x15289A) is known color: Egyptian Blue. HEX triplet: 15, 28 and 9A. RGB value is (21,40,154). Sum of RGB (Red+Green+Blue) = 21+40+154=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #15289A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15289A is #EAD765. Grayscale: #2E2E2E. Windows color (decimal): -15390566 or 10102805. OLE color: 10102805.

HSL color Cylindrical-coordinate representation of color #15289A: hue angle of 231.43º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15289A is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 40 154 -
CMYK 0.86 0.74 0 0.40
HSL 231.43º 0.76% 0.34% -
HSV(B) 231.43º 0.86% 0.6% -
XYZ 6.9 4.01 30.98 -
YUV 47.32 188.21 109.23 -
System Red Green Blue C M Y K H S L
Decimal 21 40 154 0.86 0.74 0 0.40 231.43 0.76 0.34
Hex 15 28 9A 56 4A 0 28 E7 4C 22
Octal 25 50 232 126 112 0 50 347 114 42
Binary 10101 101000 10011010 1010110 1001010 0 101000 11100111 1001100 100010

Color Harmonies of #15289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15289A

Black with #15289A

Text Example


Text Example

White with #15289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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