Html Css Color HEX #19359B Egyptian Blue

📋 copy color: '#19359B'

red 25 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #19359B

Tints of Egyptian Blue #19359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 10.73%
G = 22.75%
B = 66.52%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19359B (or 0x19359B) is known color: Egyptian Blue. HEX triplet: 19, 35 and 9B. RGB value is (25,53,155). Sum of RGB (Red+Green+Blue) = 25+53+155=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #19359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19359B is #E6CA64. Grayscale: #373737. Windows color (decimal): -15125093 or 10171673. OLE color: 10171673.

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

Color convert

RGB 25 53 155 -
CMYK 0.84 0.66 0 0.39
HSL 227.08º 0.72% 0.35% -
HSV(B) 227.08º 0.84% 0.61% -
XYZ 7.59 5.12 31.6 -
YUV 56.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 25 53 155 0.84 0.66 0 0.39 227.08 0.72 0.35
Hex 19 35 9B 54 42 0 27 E3 48 23
Octal 31 65 233 124 102 0 47 343 110 43
Binary 11001 110101 10011011 1010100 1000010 0 100111 11100011 1001000 100011

Color Harmonies of #19359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19359B

Black with #19359B

Text Example


Text Example

White with #19359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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