Html Css Color HEX #19389D Egyptian Blue

📋 copy color: '#19389D'

red 25 ◦ green 56 ◦ blue 157

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

Shades of Egyptian Blue #19389D

Tints of Egyptian Blue #19389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 10.5%
G = 23.53%
B = 65.97%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19389D (or 0x19389D) is known color: Egyptian Blue. HEX triplet: 19, 38 and 9D. RGB value is (25,56,157). Sum of RGB (Red+Green+Blue) = 25+56+157=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #19389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389D is #E6C762. Grayscale: #393939. Windows color (decimal): -15124323 or 10303513. OLE color: 10303513.

HSL color Cylindrical-coordinate representation of color #19389D: hue angle of 225.91º 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 #19389D is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 56 157 -
CMYK 0.84 0.64 0 0.38
HSL 225.91º 0.73% 0.36% -
HSV(B) 225.91º 0.84% 0.62% -
XYZ 7.9 5.47 32.54 -
YUV 58.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 25 56 157 0.84 0.64 0 0.38 225.91 0.73 0.36
Hex 19 38 9D 54 40 0 26 E2 49 24
Octal 31 70 235 124 100 0 46 342 111 44
Binary 11001 111000 10011101 1010100 1000000 0 100110 11100010 1001001 100100

Color Harmonies of #19389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19389D

Black with #19389D

Text Example


Text Example

White with #19389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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