Html Css Color HEX #19439F Egyptian Blue

📋 copy color: '#19439F'

red 25 ◦ green 67 ◦ blue 159

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

Shades of Egyptian Blue #19439F

Tints of Egyptian Blue #19439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 9.96%
G = 26.69%
B = 63.35%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19439F (or 0x19439F) is known color: Egyptian Blue. HEX triplet: 19, 43 and 9F. RGB value is (25,67,159). Sum of RGB (Red+Green+Blue) = 25+67+159=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #19439F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19439F is #E6BC60. Grayscale: #404040. Windows color (decimal): -15121505 or 10437401. OLE color: 10437401.

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

Color convert

RGB 25 67 159 -
CMYK 0.84 0.58 0 0.38
HSL 221.19º 0.73% 0.36% -
HSV(B) 221.19º 0.84% 0.62% -
XYZ 8.67 6.72 33.64 -
YUV 64.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 25 67 159 0.84 0.58 0 0.38 221.19 0.73 0.36
Hex 19 43 9F 54 3A 0 26 DD 49 24
Octal 31 103 237 124 72 0 46 335 111 44
Binary 11001 1000011 10011111 1010100 111010 0 100110 11011101 1001001 100100

Color Harmonies of #19439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19439F

Black with #19439F

Text Example


Text Example

White with #19439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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