Html Css Color HEX #19249B Egyptian Blue

📋 copy color: '#19249B'

red 25 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #19249B

Tints of Egyptian Blue #19249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 11.57%
G = 16.67%
B = 71.76%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19249B (or 0x19249B) is known color: Egyptian Blue. HEX triplet: 19, 24 and 9B. RGB value is (25,36,155). Sum of RGB (Red+Green+Blue) = 25+36+155=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #19249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19249B is #E6DB64. Grayscale: #2D2D2D. Windows color (decimal): -15129445 or 10167321. OLE color: 10167321.

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

Color convert

RGB 25 36 155 -
CMYK 0.84 0.77 0 0.39
HSL 234.92º 0.72% 0.35% -
HSV(B) 234.92º 0.84% 0.61% -
XYZ 6.95 3.83 31.38 -
YUV 46.28 189.36 112.82 -
System Red Green Blue C M Y K H S L
Decimal 25 36 155 0.84 0.77 0 0.39 234.92 0.72 0.35
Hex 19 24 9B 54 4D 0 27 EB 48 23
Octal 31 44 233 124 115 0 47 353 110 43
Binary 11001 100100 10011011 1010100 1001101 0 100111 11101011 1001000 100011

Color Harmonies of #19249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19249B

Black with #19249B

Text Example


Text Example

White with #19249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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