Html Css Color HEX #19249F Egyptian Blue

📋 copy color: '#19249F'

red 25 ◦ green 36 ◦ blue 159

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

Shades of Egyptian Blue #19249F

Tints of Egyptian Blue #19249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.27%

R = 11.36%
G = 16.36%
B = 72.27%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19249F (or 0x19249F) is known color: Egyptian Blue. HEX triplet: 19, 24 and 9F. RGB value is (25,36,159). Sum of RGB (Red+Green+Blue) = 25+36+159=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #19249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19249F is #E6DB60. Grayscale: #2E2E2E. Windows color (decimal): -15129441 or 10429465. OLE color: 10429465.

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

Color convert

RGB 25 36 159 -
CMYK 0.84 0.77 0 0.38
HSL 235.07º 0.73% 0.36% -
HSV(B) 235.07º 0.84% 0.62% -
XYZ 7.29 3.97 33.18 -
YUV 46.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 25 36 159 0.84 0.77 0 0.38 235.07 0.73 0.36
Hex 19 24 9F 54 4D 0 26 EB 49 24
Octal 31 44 237 124 115 0 46 353 111 44
Binary 11001 100100 10011111 1010100 1001101 0 100110 11101011 1001001 100100

Color Harmonies of #19249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19249F

Black with #19249F

Text Example


Text Example

White with #19249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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