Html Css Color HEX #19399B Egyptian Blue

📋 copy color: '#19399B'

red 25 ◦ green 57 ◦ blue 155

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

Shades of Egyptian Blue #19399B

Tints of Egyptian Blue #19399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

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

R = 10.55%
G = 24.05%
B = 65.4%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19399B (or 0x19399B) is known color: Egyptian Blue. HEX triplet: 19, 39 and 9B. RGB value is (25,57,155). Sum of RGB (Red+Green+Blue) = 25+57+155=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #19399B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19399B is #E6C664. Grayscale: #3A3A3A. Windows color (decimal): -15124069 or 10172697. OLE color: 10172697.

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

Color convert

RGB 25 57 155 -
CMYK 0.84 0.63 0 0.39
HSL 225.23º 0.72% 0.35% -
HSV(B) 225.23º 0.84% 0.61% -
XYZ 7.78 5.5 31.66 -
YUV 58.6 182.4 104.03 -
System Red Green Blue C M Y K H S L
Decimal 25 57 155 0.84 0.63 0 0.39 225.23 0.72 0.35
Hex 19 39 9B 54 3F 0 27 E1 48 23
Octal 31 71 233 124 77 0 47 341 110 43
Binary 11001 111001 10011011 1010100 111111 0 100111 11100001 1001000 100011

Color Harmonies of #19399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19399B

Black with #19399B

Text Example


Text Example

White with #19399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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