Html Css Color HEX #19358A Egyptian Blue

📋 copy color: '#19358A'

red 25 ◦ green 53 ◦ blue 138

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

Shades of Egyptian Blue #19358A

Tints of Egyptian Blue #19358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 138 (54.3% from 255) = 63.89%

R = 11.57%
G = 24.54%
B = 63.89%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19358A (or 0x19358A) is known color: Egyptian Blue. HEX triplet: 19, 35 and 8A. RGB value is (25,53,138). Sum of RGB (Red+Green+Blue) = 25+53+138=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #19358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19358A is #E6CA75. Grayscale: #353535. Windows color (decimal): -15125110 or 9057561. OLE color: 9057561.

HSL color Cylindrical-coordinate representation of color #19358A: hue angle of 225.13º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19358A is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 53 138 -
CMYK 0.82 0.62 0 0.46
HSL 225.13º 0.69% 0.32% -
HSV(B) 225.13º 0.82% 0.54% -
XYZ 6.26 4.59 24.6 -
YUV 54.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 25 53 138 0.82 0.62 0 0.46 225.13 0.69 0.32
Hex 19 35 8A 52 3E 0 2E E1 45 20
Octal 31 65 212 122 76 0 56 341 105 40
Binary 11001 110101 10001010 1010010 111110 0 101110 11100001 1000101 100000

Color Harmonies of #19358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19358A

Black with #19358A

Text Example


Text Example

White with #19358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,53,138); }

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

background-color css

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

 a { background-color: rgb(25,53,138); }

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

border-color css

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

 span { border-color: rgb(25,53,138); }

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