Html Css Color HEX #19349B Egyptian Blue

📋 copy color: '#19349B'

red 25 ◦ green 52 ◦ blue 155

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

Shades of Egyptian Blue #19349B

Tints of Egyptian Blue #19349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 10.78%
G = 22.41%
B = 66.81%

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

#19349B (or 0x19349B) is known color: Egyptian Blue. HEX triplet: 19, 34 and 9B. RGB value is (25,52,155). Sum of RGB (Red+Green+Blue) = 25+52+155=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #19349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19349B is #E6CB64. Grayscale: #373737. Windows color (decimal): -15125349 or 10171417. OLE color: 10171417.

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

Color convert

RGB 25 52 155 -
CMYK 0.84 0.66 0 0.39
HSL 227.54º 0.72% 0.35% -
HSV(B) 227.54º 0.84% 0.61% -
XYZ 7.55 5.03 31.58 -
YUV 55.67 184.05 106.12 -
System Red Green Blue C M Y K H S L
Decimal 25 52 155 0.84 0.66 0 0.39 227.54 0.72 0.35
Hex 19 34 9B 54 42 0 27 E4 48 23
Octal 31 64 233 124 102 0 47 344 110 43
Binary 11001 110100 10011011 1010100 1000010 0 100111 11100100 1001000 100011

Color Harmonies of #19349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19349B

Black with #19349B

Text Example


Text Example

White with #19349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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