Html Css Color HEX #19498E Endeavour

📋 copy color: '#19498E'

red 25 ◦ green 73 ◦ blue 142

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

Shades of Endeavour #19498E

Tints of Endeavour #19498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 142 (55.86% from 255) = 59.17%

R = 10.42%
G = 30.42%
B = 59.17%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19498E (or 0x19498E) is known color: Endeavour. HEX triplet: 19, 49 and 8E. RGB value is (25,73,142). Sum of RGB (Red+Green+Blue) = 25+73+142=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #19498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19498E is #E6B671. Grayscale: #424242. Windows color (decimal): -15119986 or 9324825. OLE color: 9324825.

HSL color Cylindrical-coordinate representation of color #19498E: hue angle of 215.38º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19498E is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 73 142 -
CMYK 0.82 0.49 0 0.44
HSL 215.38º 0.7% 0.33% -
HSV(B) 215.38º 0.82% 0.56% -
XYZ 7.67 6.92 26.52 -
YUV 66.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 25 73 142 0.82 0.49 0 0.44 215.38 0.7 0.33
Hex 19 49 8E 52 31 0 2C D7 46 21
Octal 31 111 216 122 61 0 54 327 106 41
Binary 11001 1001001 10001110 1010010 110001 0 101100 11010111 1000110 100001

Color Harmonies of #19498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19498E

Black with #19498E

Text Example


Text Example

White with #19498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19498E; }

 p { color: rgb(25,73,142); }

 H1.HeaderClassName
 {
   color: #19498E;
 }
 .AnyTagClassName
 {
   color: #19498E;
 }
</style>

background-color css

<style>
 a { background-color: #19498E; }

 a { background-color: rgb(25,73,142); }

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

border-color css

<style>
 span { border-color: #19498E; }

 span { border-color: rgb(25,73,142); }

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