Html Css Color HEX #19339D Egyptian Blue

📋 copy color: '#19339D'

red 25 ◦ green 51 ◦ blue 157

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

Shades of Egyptian Blue #19339D

Tints of Egyptian Blue #19339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 157 (61.72% from 255) = 67.38%

R = 10.73%
G = 21.89%
B = 67.38%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19339D (or 0x19339D) is known color: Egyptian Blue. HEX triplet: 19, 33 and 9D. RGB value is (25,51,157). Sum of RGB (Red+Green+Blue) = 25+51+157=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #19339D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19339D is #E6CC62. Grayscale: #363636. Windows color (decimal): -15125603 or 10302233. OLE color: 10302233.

HSL color Cylindrical-coordinate representation of color #19339D: hue angle of 228.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19339D is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 51 157 -
CMYK 0.84 0.68 0 0.38
HSL 228.18º 0.73% 0.36% -
HSV(B) 228.18º 0.84% 0.62% -
XYZ 7.67 5.01 32.46 -
YUV 55.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 25 51 157 0.84 0.68 0 0.38 228.18 0.73 0.36
Hex 19 33 9D 54 44 0 26 E4 49 24
Octal 31 63 235 124 104 0 46 344 111 44
Binary 11001 110011 10011101 1010100 1000100 0 100110 11100100 1001001 100100

Color Harmonies of #19339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19339D

Black with #19339D

Text Example


Text Example

White with #19339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19339D; }

 p { color: rgb(25,51,157); }

 H1.HeaderClassName
 {
   color: #19339D;
 }
 .AnyTagClassName
 {
   color: #19339D;
 }
</style>

background-color css

<style>
 a { background-color: #19339D; }

 a { background-color: rgb(25,51,157); }

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

border-color css

<style>
 span { border-color: #19339D; }

 span { border-color: rgb(25,51,157); }

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