Html Css Color HEX #19229B Egyptian Blue

📋 copy color: '#19229B'

red 25 ◦ green 34 ◦ blue 155

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

Shades of Egyptian Blue #19229B

Tints of Egyptian Blue #19229B

RGB

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

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

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

R = 11.68%
G = 15.89%
B = 72.43%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19229B (or 0x19229B) is known color: Egyptian Blue. HEX triplet: 19, 22 and 9B. RGB value is (25,34,155). Sum of RGB (Red+Green+Blue) = 25+34+155=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #19229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19229B is #E6DD64. Grayscale: #2C2C2C. Windows color (decimal): -15129957 or 10166809. OLE color: 10166809.

HSL color Cylindrical-coordinate representation of color #19229B: hue angle of 235.85º 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 #19229B is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 34 155 -
CMYK 0.84 0.78 0 0.39
HSL 235.85º 0.72% 0.35% -
HSV(B) 235.85º 0.84% 0.61% -
XYZ 6.89 3.72 31.36 -
YUV 45.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 25 34 155 0.84 0.78 0 0.39 235.85 0.72 0.35
Hex 19 22 9B 54 4E 0 27 EC 48 23
Octal 31 42 233 124 116 0 47 354 110 43
Binary 11001 100010 10011011 1010100 1001110 0 100111 11101100 1001000 100011

Color Harmonies of #19229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19229B

Black with #19229B

Text Example


Text Example

White with #19229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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