Html Css Color HEX #19439C Egyptian Blue

📋 copy color: '#19439C'

red 25 ◦ green 67 ◦ blue 156

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

Shades of Egyptian Blue #19439C

Tints of Egyptian Blue #19439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 10.08%
G = 27.02%
B = 62.9%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19439C (or 0x19439C) is known color: Egyptian Blue. HEX triplet: 19, 43 and 9C. RGB value is (25,67,156). Sum of RGB (Red+Green+Blue) = 25+67+156=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #19439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19439C is #E6BC63. Grayscale: #404040. Windows color (decimal): -15121508 or 10240793. OLE color: 10240793.

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

Color convert

RGB 25 67 156 -
CMYK 0.84 0.57 0 0.39
HSL 220.76º 0.72% 0.35% -
HSV(B) 220.76º 0.84% 0.61% -
XYZ 8.41 6.62 32.29 -
YUV 64.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 25 67 156 0.84 0.57 0 0.39 220.76 0.72 0.35
Hex 19 43 9C 54 39 0 27 DD 48 23
Octal 31 103 234 124 71 0 47 335 110 43
Binary 11001 1000011 10011100 1010100 111001 0 100111 11011101 1001000 100011

Color Harmonies of #19439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19439C

Black with #19439C

Text Example


Text Example

White with #19439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,67,156); }

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

background-color css

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

 a { background-color: rgb(25,67,156); }

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

border-color css

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

 span { border-color: rgb(25,67,156); }

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