Html Css Color HEX #19509B Endeavour

📋 copy color: '#19509B'

red 25 ◦ green 80 ◦ blue 155

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

Shades of Endeavour #19509B

Tints of Endeavour #19509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 9.62%
G = 30.77%
B = 59.62%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19509B (or 0x19509B) is known color: Endeavour. HEX triplet: 19, 50 and 9B. RGB value is (25,80,155). Sum of RGB (Red+Green+Blue) = 25+80+155=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #19509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19509B is #E6AF64. Grayscale: #474747. Windows color (decimal): -15118181 or 10178585. OLE color: 10178585.

HSL color Cylindrical-coordinate representation of color #19509B: hue angle of 214.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19509B is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 80 155 -
CMYK 0.84 0.48 0 0.39
HSL 214.62º 0.72% 0.35% -
HSV(B) 214.62º 0.84% 0.61% -
XYZ 9.19 8.31 32.13 -
YUV 72.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 25 80 155 0.84 0.48 0 0.39 214.62 0.72 0.35
Hex 19 50 9B 54 30 0 27 D7 48 23
Octal 31 120 233 124 60 0 47 327 110 43
Binary 11001 1010000 10011011 1010100 110000 0 100111 11010111 1001000 100011

Color Harmonies of #19509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19509B

Black with #19509B

Text Example


Text Example

White with #19509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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