Html Css Color HEX #19279C Egyptian Blue

📋 copy color: '#19279C'

red 25 ◦ green 39 ◦ blue 156

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

Shades of Egyptian Blue #19279C

Tints of Egyptian Blue #19279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

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

R = 11.36%
G = 17.73%
B = 70.91%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19279C (or 0x19279C) is known color: Egyptian Blue. HEX triplet: 19, 27 and 9C. RGB value is (25,39,156). Sum of RGB (Red+Green+Blue) = 25+39+156=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #19279C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19279C is #E6D863. Grayscale: #2F2F2F. Windows color (decimal): -15128676 or 10233625. OLE color: 10233625.

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

Color convert

RGB 25 39 156 -
CMYK 0.84 0.75 0 0.39
HSL 233.59º 0.72% 0.35% -
HSV(B) 233.59º 0.84% 0.61% -
XYZ 7.13 4.06 31.86 -
YUV 48.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 25 39 156 0.84 0.75 0 0.39 233.59 0.72 0.35
Hex 19 27 9C 54 4B 0 27 EA 48 23
Octal 31 47 234 124 113 0 47 352 110 43
Binary 11001 100111 10011100 1010100 1001011 0 100111 11101010 1001000 100011

Color Harmonies of #19279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19279C

Black with #19279C

Text Example


Text Example

White with #19279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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