Html Css Color HEX #19459F Egyptian Blue

📋 copy color: '#19459F'

red 25 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #19459F

Tints of Egyptian Blue #19459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 9.88%
G = 27.27%
B = 62.85%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19459F (or 0x19459F) is known color: Egyptian Blue. HEX triplet: 19, 45 and 9F. RGB value is (25,69,159). Sum of RGB (Red+Green+Blue) = 25+69+159=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #19459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19459F is #E6BA60. Grayscale: #414141. Windows color (decimal): -15120993 or 10437913. OLE color: 10437913.

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

Color convert

RGB 25 69 159 -
CMYK 0.84 0.57 0 0.38
HSL 220.3º 0.73% 0.36% -
HSV(B) 220.3º 0.84% 0.62% -
XYZ 8.79 6.97 33.68 -
YUV 66.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 25 69 159 0.84 0.57 0 0.38 220.3 0.73 0.36
Hex 19 45 9F 54 39 0 26 DC 49 24
Octal 31 105 237 124 71 0 46 334 111 44
Binary 11001 1000101 10011111 1010100 111001 0 100110 11011100 1001001 100100

Color Harmonies of #19459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19459F

Black with #19459F

Text Example


Text Example

White with #19459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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