Html Css Color HEX #19349C Egyptian Blue

📋 copy color: '#19349C'

red 25 ◦ green 52 ◦ blue 156

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

Shades of Egyptian Blue #19349C

Tints of Egyptian Blue #19349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 10.73%
G = 22.32%
B = 66.95%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19349C (or 0x19349C) is known color: Egyptian Blue. HEX triplet: 19, 34 and 9C. RGB value is (25,52,156). Sum of RGB (Red+Green+Blue) = 25+52+156=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #19349C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19349C is #E6CB63. Grayscale: #373737. Windows color (decimal): -15125348 or 10236953. OLE color: 10236953.

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

Color convert

RGB 25 52 156 -
CMYK 0.84 0.67 0 0.39
HSL 227.63º 0.72% 0.35% -
HSV(B) 227.63º 0.84% 0.61% -
XYZ 7.63 5.06 32.03 -
YUV 55.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 25 52 156 0.84 0.67 0 0.39 227.63 0.72 0.35
Hex 19 34 9C 54 43 0 27 E4 48 23
Octal 31 64 234 124 103 0 47 344 110 43
Binary 11001 110100 10011100 1010100 1000011 0 100111 11100100 1001000 100011

Color Harmonies of #19349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19349C

Black with #19349C

Text Example


Text Example

White with #19349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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