Html Css Color HEX #19389F Egyptian Blue

📋 copy color: '#19389F'

red 25 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #19389F

Tints of Egyptian Blue #19389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 10.42%
G = 23.33%
B = 66.25%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19389F (or 0x19389F) is known color: Egyptian Blue. HEX triplet: 19, 38 and 9F. RGB value is (25,56,159). Sum of RGB (Red+Green+Blue) = 25+56+159=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #19389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389F is #E6C760. Grayscale: #3A3A3A. Windows color (decimal): -15124321 or 10434585. OLE color: 10434585.

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

Color convert

RGB 25 56 159 -
CMYK 0.84 0.65 0 0.38
HSL 226.12º 0.73% 0.36% -
HSV(B) 226.12º 0.84% 0.62% -
XYZ 8.07 5.54 33.44 -
YUV 58.47 184.73 104.12 -
System Red Green Blue C M Y K H S L
Decimal 25 56 159 0.84 0.65 0 0.38 226.12 0.73 0.36
Hex 19 38 9F 54 41 0 26 E2 49 24
Octal 31 70 237 124 101 0 46 342 111 44
Binary 11001 111000 10011111 1010100 1000001 0 100110 11100010 1001001 100100

Color Harmonies of #19389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19389F

Black with #19389F

Text Example


Text Example

White with #19389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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