Html Css Color HEX #15229D Egyptian Blue

📋 copy color: '#15229D'

red 21 ◦ green 34 ◦ blue 157

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

Shades of Egyptian Blue #15229D

Tints of Egyptian Blue #15229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 9.91%
G = 16.04%
B = 74.06%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15229D (or 0x15229D) is known color: Egyptian Blue. HEX triplet: 15, 22 and 9D. RGB value is (21,34,157). Sum of RGB (Red+Green+Blue) = 21+34+157=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #15229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15229D is #EADD62. Grayscale: #2B2B2B. Windows color (decimal): -15392099 or 10297877. OLE color: 10297877.

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

Color convert

RGB 21 34 157 -
CMYK 0.87 0.78 0 0.38
HSL 234.26º 0.76% 0.35% -
HSV(B) 234.26º 0.87% 0.62% -
XYZ 6.97 3.74 32.25 -
YUV 44.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 21 34 157 0.87 0.78 0 0.38 234.26 0.76 0.35
Hex 15 22 9D 57 4E 0 26 EA 4C 23
Octal 25 42 235 127 116 0 46 352 114 43
Binary 10101 100010 10011101 1010111 1001110 0 100110 11101010 1001100 100011

Color Harmonies of #15229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15229D

Black with #15229D

Text Example


Text Example

White with #15229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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