Html Css Color HEX #15219C Egyptian Blue

📋 copy color: '#15219C'

red 21 ◦ green 33 ◦ blue 156

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

Shades of Egyptian Blue #15219C

Tints of Egyptian Blue #15219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 10%
G = 15.71%
B = 74.29%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15219C (or 0x15219C) is known color: Egyptian Blue. HEX triplet: 15, 21 and 9C. RGB value is (21,33,156). Sum of RGB (Red+Green+Blue) = 21+33+156=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #15219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15219C is #EADE63. Grayscale: #2A2A2A. Windows color (decimal): -15392356 or 10232085. OLE color: 10232085.

HSL color Cylindrical-coordinate representation of color #15219C: hue angle of 234.67º 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 #15219C is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 33 156 -
CMYK 0.87 0.79 0 0.39
HSL 234.67º 0.76% 0.35% -
HSV(B) 234.67º 0.87% 0.61% -
XYZ 6.85 3.65 31.8 -
YUV 43.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 21 33 156 0.87 0.79 0 0.39 234.67 0.76 0.35
Hex 15 21 9C 57 4F 0 27 EB 4C 23
Octal 25 41 234 127 117 0 47 353 114 43
Binary 10101 100001 10011100 1010111 1001111 0 100111 11101011 1001100 100011

Color Harmonies of #15219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15219C

Black with #15219C

Text Example


Text Example

White with #15219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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