Html Css Color HEX #19219B Egyptian Blue

📋 copy color: '#19219B'

red 25 ◦ green 33 ◦ blue 155

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

Shades of Egyptian Blue #19219B

Tints of Egyptian Blue #19219B

RGB

 RED value IS 25 (10.16% from 255) = 11.74%

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

 BLUE value IS 155 (60.94% from 255) = 72.77%

R = 11.74%
G = 15.49%
B = 72.77%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19219B (or 0x19219B) is known color: Egyptian Blue. HEX triplet: 19, 21 and 9B. RGB value is (25,33,155). Sum of RGB (Red+Green+Blue) = 25+33+155=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #19219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19219B is #E6DE64. Grayscale: #2C2C2C. Windows color (decimal): -15130213 or 10166553. OLE color: 10166553.

HSL color Cylindrical-coordinate representation of color #19219B: hue angle of 236.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19219B is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 33 155 -
CMYK 0.84 0.79 0 0.39
HSL 236.31º 0.72% 0.35% -
HSV(B) 236.31º 0.84% 0.61% -
XYZ 6.86 3.66 31.36 -
YUV 44.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 25 33 155 0.84 0.79 0 0.39 236.31 0.72 0.35
Hex 19 21 9B 54 4F 0 27 EC 48 23
Octal 31 41 233 124 117 0 47 354 110 43
Binary 11001 100001 10011011 1010100 1001111 0 100111 11101100 1001000 100011

Color Harmonies of #19219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19219B

Black with #19219B

Text Example


Text Example

White with #19219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,33,155); }

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

background-color css

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

 a { background-color: rgb(25,33,155); }

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

border-color css

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

 span { border-color: rgb(25,33,155); }

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