Html Css Color HEX #19309D Egyptian Blue

📋 copy color: '#19309D'

red 25 ◦ green 48 ◦ blue 157

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

Shades of Egyptian Blue #19309D

Tints of Egyptian Blue #19309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 157 (61.72% from 255) = 68.26%

R = 10.87%
G = 20.87%
B = 68.26%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19309D (or 0x19309D) is known color: Egyptian Blue. HEX triplet: 19, 30 and 9D. RGB value is (25,48,157). Sum of RGB (Red+Green+Blue) = 25+48+157=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #19309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19309D is #E6CF62. Grayscale: #353535. Windows color (decimal): -15126371 or 10301465. OLE color: 10301465.

HSL color Cylindrical-coordinate representation of color #19309D: hue angle of 229.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19309D is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 48 157 -
CMYK 0.84 0.69 0 0.38
HSL 229.55º 0.73% 0.36% -
HSV(B) 229.55º 0.84% 0.62% -
XYZ 7.54 4.75 32.42 -
YUV 53.55 186.38 107.64 -
System Red Green Blue C M Y K H S L
Decimal 25 48 157 0.84 0.69 0 0.38 229.55 0.73 0.36
Hex 19 30 9D 54 45 0 26 E6 49 24
Octal 31 60 235 124 105 0 46 346 111 44
Binary 11001 110000 10011101 1010100 1000101 0 100110 11100110 1001001 100100

Color Harmonies of #19309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19309D

Black with #19309D

Text Example


Text Example

White with #19309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19309D; }

 p { color: rgb(25,48,157); }

 H1.HeaderClassName
 {
   color: #19309D;
 }
 .AnyTagClassName
 {
   color: #19309D;
 }
</style>

background-color css

<style>
 a { background-color: #19309D; }

 a { background-color: rgb(25,48,157); }

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

border-color css

<style>
 span { border-color: #19309D; }

 span { border-color: rgb(25,48,157); }

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