Html Css Color HEX #19338A Egyptian Blue

📋 copy color: '#19338A'

red 25 ◦ green 51 ◦ blue 138

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

Shades of Egyptian Blue #19338A

Tints of Egyptian Blue #19338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.49%

R = 11.68%
G = 23.83%
B = 64.49%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19338A (or 0x19338A) is known color: Egyptian Blue. HEX triplet: 19, 33 and 8A. RGB value is (25,51,138). Sum of RGB (Red+Green+Blue) = 25+51+138=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #19338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19338A is #E6CC75. Grayscale: #343434. Windows color (decimal): -15125622 or 9057049. OLE color: 9057049.

HSL color Cylindrical-coordinate representation of color #19338A: hue angle of 226.19º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19338A is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 51 138 -
CMYK 0.82 0.63 0 0.46
HSL 226.19º 0.69% 0.32% -
HSV(B) 226.19º 0.82% 0.54% -
XYZ 6.17 4.41 24.57 -
YUV 53.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 25 51 138 0.82 0.63 0 0.46 226.19 0.69 0.32
Hex 19 33 8A 52 3F 0 2E E2 45 20
Octal 31 63 212 122 77 0 56 342 105 40
Binary 11001 110011 10001010 1010010 111111 0 101110 11100010 1000101 100000

Color Harmonies of #19338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19338A

Black with #19338A

Text Example


Text Example

White with #19338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19338A; }

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

 H1.HeaderClassName
 {
   color: #19338A;
 }
 .AnyTagClassName
 {
   color: #19338A;
 }
</style>

background-color css

<style>
 a { background-color: #19338A; }

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

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

border-color css

<style>
 span { border-color: #19338A; }

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

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