Html Css Color HEX #15298D Egyptian Blue

📋 copy color: '#15298D'

red 21 ◦ green 41 ◦ blue 141

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

Shades of Egyptian Blue #15298D

Tints of Egyptian Blue #15298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 141 (55.47% from 255) = 69.46%

R = 10.34%
G = 20.2%
B = 69.46%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15298D (or 0x15298D) is known color: Egyptian Blue. HEX triplet: 15, 29 and 8D. RGB value is (21,41,141). Sum of RGB (Red+Green+Blue) = 21+41+141=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #15298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15298D is #EAD672. Grayscale: #2E2E2E. Windows color (decimal): -15390323 or 9251093. OLE color: 9251093.

HSL color Cylindrical-coordinate representation of color #15298D: hue angle of 230º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15298D is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 41 141 -
CMYK 0.85 0.71 0 0.45
HSL 230º 0.74% 0.32% -
HSV(B) 230º 0.85% 0.55% -
XYZ 5.91 3.67 25.6 -
YUV 46.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 21 41 141 0.85 0.71 0 0.45 230 0.74 0.32
Hex 15 29 8D 55 47 0 2D E6 4A 20
Octal 25 51 215 125 107 0 55 346 112 40
Binary 10101 101001 10001101 1010101 1000111 0 101101 11100110 1001010 100000

Color Harmonies of #15298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15298D

Black with #15298D

Text Example


Text Example

White with #15298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,41,141); }

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

background-color css

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

 a { background-color: rgb(21,41,141); }

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

border-color css

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

 span { border-color: rgb(21,41,141); }

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