Html Css Color HEX #19469C Egyptian Blue

📋 copy color: '#19469C'

red 25 ◦ green 70 ◦ blue 156

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

Shades of Egyptian Blue #19469C

Tints of Egyptian Blue #19469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 9.96%
G = 27.89%
B = 62.15%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19469C (or 0x19469C) is known color: Egyptian Blue. HEX triplet: 19, 46 and 9C. RGB value is (25,70,156). Sum of RGB (Red+Green+Blue) = 25+70+156=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #19469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19469C is #E6B963. Grayscale: #414141. Windows color (decimal): -15120740 or 10241561. OLE color: 10241561.

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

Color convert

RGB 25 70 156 -
CMYK 0.84 0.55 0 0.39
HSL 219.39º 0.72% 0.35% -
HSV(B) 219.39º 0.84% 0.61% -
XYZ 8.59 6.99 32.35 -
YUV 66.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 25 70 156 0.84 0.55 0 0.39 219.39 0.72 0.35
Hex 19 46 9C 54 37 0 27 DB 48 23
Octal 31 106 234 124 67 0 47 333 110 43
Binary 11001 1000110 10011100 1010100 110111 0 100111 11011011 1001000 100011

Color Harmonies of #19469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19469C

Black with #19469C

Text Example


Text Example

White with #19469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19469C; }

 p { color: rgb(25,70,156); }

 H1.HeaderClassName
 {
   color: #19469C;
 }
 .AnyTagClassName
 {
   color: #19469C;
 }
</style>

background-color css

<style>
 a { background-color: #19469C; }

 a { background-color: rgb(25,70,156); }

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

border-color css

<style>
 span { border-color: #19469C; }

 span { border-color: rgb(25,70,156); }

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