Html Css Color HEX #15249C Egyptian Blue

📋 copy color: '#15249C'

red 21 ◦ green 36 ◦ blue 156

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

Shades of Egyptian Blue #15249C

Tints of Egyptian Blue #15249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 156 (61.33% from 255) = 73.24%

R = 9.86%
G = 16.9%
B = 73.24%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15249C (or 0x15249C) is known color: Egyptian Blue. HEX triplet: 15, 24 and 9C. RGB value is (21,36,156). Sum of RGB (Red+Green+Blue) = 21+36+156=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #15249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15249C is #EADB63. Grayscale: #2C2C2C. Windows color (decimal): -15391588 or 10232853. OLE color: 10232853.

HSL color Cylindrical-coordinate representation of color #15249C: hue angle of 233.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15249C is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 36 156 -
CMYK 0.87 0.77 0 0.39
HSL 233.33º 0.76% 0.35% -
HSV(B) 233.33º 0.87% 0.61% -
XYZ 6.94 3.82 31.82 -
YUV 45.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 21 36 156 0.87 0.77 0 0.39 233.33 0.76 0.35
Hex 15 24 9C 57 4D 0 27 E9 4C 23
Octal 25 44 234 127 115 0 47 351 114 43
Binary 10101 100100 10011100 1010111 1001101 0 100111 11101001 1001100 100011

Color Harmonies of #15249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15249C

Black with #15249C

Text Example


Text Example

White with #15249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15249C; }

 p { color: rgb(21,36,156); }

 H1.HeaderClassName
 {
   color: #15249C;
 }
 .AnyTagClassName
 {
   color: #15249C;
 }
</style>

background-color css

<style>
 a { background-color: #15249C; }

 a { background-color: rgb(21,36,156); }

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

border-color css

<style>
 span { border-color: #15249C; }

 span { border-color: rgb(21,36,156); }

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