Html Css Color HEX #19389A Egyptian Blue

📋 copy color: '#19389A'

red 25 ◦ green 56 ◦ blue 154

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

Shades of Egyptian Blue #19389A

Tints of Egyptian Blue #19389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.53%

R = 10.64%
G = 23.83%
B = 65.53%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19389A (or 0x19389A) is known color: Egyptian Blue. HEX triplet: 19, 38 and 9A. RGB value is (25,56,154). Sum of RGB (Red+Green+Blue) = 25+56+154=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #19389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19389A is #E6C765. Grayscale: #393939. Windows color (decimal): -15124326 or 10106905. OLE color: 10106905.

HSL color Cylindrical-coordinate representation of color #19389A: hue angle of 225.58º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19389A is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 56 154 -
CMYK 0.84 0.64 0 0.40
HSL 225.58º 0.72% 0.35% -
HSV(B) 225.58º 0.84% 0.6% -
XYZ 7.65 5.37 31.2 -
YUV 57.9 182.23 104.53 -
System Red Green Blue C M Y K H S L
Decimal 25 56 154 0.84 0.64 0 0.40 225.58 0.72 0.35
Hex 19 38 9A 54 40 0 28 E2 48 23
Octal 31 70 232 124 100 0 50 342 110 43
Binary 11001 111000 10011010 1010100 1000000 0 101000 11100010 1001000 100011

Color Harmonies of #19389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19389A

Black with #19389A

Text Example


Text Example

White with #19389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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