Html Css Color HEX #19388B Egyptian Blue

📋 copy color: '#19388B'

red 25 ◦ green 56 ◦ blue 139

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

Shades of Egyptian Blue #19388B

Tints of Egyptian Blue #19388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 63.18%

R = 11.36%
G = 25.45%
B = 63.18%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19388B (or 0x19388B) is known color: Egyptian Blue. HEX triplet: 19, 38 and 8B. RGB value is (25,56,139). Sum of RGB (Red+Green+Blue) = 25+56+139=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #19388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19388B is #E6C774. Grayscale: #373737. Windows color (decimal): -15124341 or 9123865. OLE color: 9123865.

HSL color Cylindrical-coordinate representation of color #19388B: hue angle of 223.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19388B is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 56 139 -
CMYK 0.82 0.60 0 0.45
HSL 223.68º 0.7% 0.32% -
HSV(B) 223.68º 0.82% 0.55% -
XYZ 6.48 4.9 25.03 -
YUV 56.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 25 56 139 0.82 0.60 0 0.45 223.68 0.7 0.32
Hex 19 38 8B 52 3C 0 2D E0 46 20
Octal 31 70 213 122 74 0 55 340 106 40
Binary 11001 111000 10001011 1010010 111100 0 101101 11100000 1000110 100000

Color Harmonies of #19388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19388B

Black with #19388B

Text Example


Text Example

White with #19388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19388B; }

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

 H1.HeaderClassName
 {
   color: #19388B;
 }
 .AnyTagClassName
 {
   color: #19388B;
 }
</style>

background-color css

<style>
 a { background-color: #19388B; }

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

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

border-color css

<style>
 span { border-color: #19388B; }

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

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