Html Css Color HEX #15298B Egyptian Blue

📋 copy color: '#15298B'

red 21 ◦ green 41 ◦ blue 139

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

Shades of Egyptian Blue #15298B

Tints of Egyptian Blue #15298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.15%

R = 10.45%
G = 20.4%
B = 69.15%

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

#15298B (or 0x15298B) is known color: Egyptian Blue. HEX triplet: 15, 29 and 8B. RGB value is (21,41,139). Sum of RGB (Red+Green+Blue) = 21+41+139=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #15298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15298B is #EAD674. Grayscale: #2D2D2D. Windows color (decimal): -15390325 or 9120021. OLE color: 9120021.

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

Color convert

RGB 21 41 139 -
CMYK 0.85 0.71 0 0.45
HSL 229.83º 0.74% 0.31% -
HSV(B) 229.83º 0.85% 0.55% -
XYZ 5.76 3.61 24.82 -
YUV 46.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 21 41 139 0.85 0.71 0 0.45 229.83 0.74 0.31
Hex 15 29 8B 55 47 0 2D E6 4A 1F
Octal 25 51 213 125 107 0 55 346 112 37
Binary 10101 101001 10001011 1010101 1000111 0 101101 11100110 1001010 11111

Color Harmonies of #15298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15298B

Black with #15298B

Text Example


Text Example

White with #15298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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