Html Css Color HEX #19358F Egyptian Blue

📋 copy color: '#19358F'

red 25 ◦ green 53 ◦ blue 143

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

Shades of Egyptian Blue #19358F

Tints of Egyptian Blue #19358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 64.71%

R = 11.31%
G = 23.98%
B = 64.71%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19358F (or 0x19358F) is known color: Egyptian Blue. HEX triplet: 19, 35 and 8F. RGB value is (25,53,143). Sum of RGB (Red+Green+Blue) = 25+53+143=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #19358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19358F is #E6CA70. Grayscale: #363636. Windows color (decimal): -15125105 or 9385241. OLE color: 9385241.

HSL color Cylindrical-coordinate representation of color #19358F: hue angle of 225.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19358F is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 53 143 -
CMYK 0.83 0.63 0 0.44
HSL 225.76º 0.7% 0.33% -
HSV(B) 225.76º 0.83% 0.56% -
XYZ 6.63 4.74 26.55 -
YUV 54.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 25 53 143 0.83 0.63 0 0.44 225.76 0.7 0.33
Hex 19 35 8F 53 3F 0 2C E2 46 21
Octal 31 65 217 123 77 0 54 342 106 41
Binary 11001 110101 10001111 1010011 111111 0 101100 11100010 1000110 100001

Color Harmonies of #19358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19358F

Black with #19358F

Text Example


Text Example

White with #19358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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