Html Css Color HEX #19359C Egyptian Blue

📋 copy color: '#19359C'

red 25 ◦ green 53 ◦ blue 156

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

Shades of Egyptian Blue #19359C

Tints of Egyptian Blue #19359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 10.68%
G = 22.65%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19359C (or 0x19359C) is known color: Egyptian Blue. HEX triplet: 19, 35 and 9C. RGB value is (25,53,156). Sum of RGB (Red+Green+Blue) = 25+53+156=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #19359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19359C is #E6CA63. Grayscale: #373737. Windows color (decimal): -15125092 or 10237209. OLE color: 10237209.

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

Color convert

RGB 25 53 156 -
CMYK 0.84 0.66 0 0.39
HSL 227.18º 0.72% 0.35% -
HSV(B) 227.18º 0.84% 0.61% -
XYZ 7.67 5.15 32.04 -
YUV 56.37 184.22 105.62 -
System Red Green Blue C M Y K H S L
Decimal 25 53 156 0.84 0.66 0 0.39 227.18 0.72 0.35
Hex 19 35 9C 54 42 0 27 E3 48 23
Octal 31 65 234 124 102 0 47 343 110 43
Binary 11001 110101 10011100 1010100 1000010 0 100111 11100011 1001000 100011

Color Harmonies of #19359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19359C

Black with #19359C

Text Example


Text Example

White with #19359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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