Html Css Color HEX #19389C Egyptian Blue

📋 copy color: '#19389C'

red 25 ◦ green 56 ◦ blue 156

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

Shades of Egyptian Blue #19389C

Tints of Egyptian Blue #19389C

RGB

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

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

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

R = 10.55%
G = 23.63%
B = 65.82%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19389C (or 0x19389C) is known color: Egyptian Blue. HEX triplet: 19, 38 and 9C. RGB value is (25,56,156). Sum of RGB (Red+Green+Blue) = 25+56+156=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #19389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389C is #E6C763. Grayscale: #393939. Windows color (decimal): -15124324 or 10237977. OLE color: 10237977.

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

Color convert

RGB 25 56 156 -
CMYK 0.84 0.64 0 0.39
HSL 225.8º 0.72% 0.35% -
HSV(B) 225.8º 0.84% 0.61% -
XYZ 7.82 5.44 32.09 -
YUV 58.13 183.23 104.37 -
System Red Green Blue C M Y K H S L
Decimal 25 56 156 0.84 0.64 0 0.39 225.8 0.72 0.35
Hex 19 38 9C 54 40 0 27 E2 48 23
Octal 31 70 234 124 100 0 47 342 110 43
Binary 11001 111000 10011100 1010100 1000000 0 100111 11100010 1001000 100011

Color Harmonies of #19389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19389C

Black with #19389C

Text Example


Text Example

White with #19389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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