Html Css Color HEX #19509D Endeavour

📋 copy color: '#19509D'

red 25 ◦ green 80 ◦ blue 157

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

Shades of Endeavour #19509D

Tints of Endeavour #19509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

 BLUE value IS 157 (61.72% from 255) = 59.92%

R = 9.54%
G = 30.53%
B = 59.92%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19509D (or 0x19509D) is known color: Endeavour. HEX triplet: 19, 50 and 9D. RGB value is (25,80,157). Sum of RGB (Red+Green+Blue) = 25+80+157=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #19509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19509D is #E6AF62. Grayscale: #474747. Windows color (decimal): -15118179 or 10309657. OLE color: 10309657.

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

Color convert

RGB 25 80 157 -
CMYK 0.84 0.49 0 0.38
HSL 215º 0.73% 0.36% -
HSV(B) 215º 0.84% 0.62% -
XYZ 9.36 8.38 33.02 -
YUV 72.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 25 80 157 0.84 0.49 0 0.38 215 0.73 0.36
Hex 19 50 9D 54 31 0 26 D7 49 24
Octal 31 120 235 124 61 0 46 327 111 44
Binary 11001 1010000 10011101 1010100 110001 0 100110 11010111 1001001 100100

Color Harmonies of #19509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19509D

Black with #19509D

Text Example


Text Example

White with #19509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19509D; }

 p { color: rgb(25,80,157); }

 H1.HeaderClassName
 {
   color: #19509D;
 }
 .AnyTagClassName
 {
   color: #19509D;
 }
</style>

background-color css

<style>
 a { background-color: #19509D; }

 a { background-color: rgb(25,80,157); }

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

border-color css

<style>
 span { border-color: #19509D; }

 span { border-color: rgb(25,80,157); }

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