#19649b

Color #19649B Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #19649B

Tints of Endeavour #19649B

Color information

#19649B (or 0x19649B) is unknown color: approx Endeavour. HEX triplet: 19, 64 and 9B. RGB value is (25,100,155). Sum of RGB (Red+Green+Blue) = 25+100+155=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #19649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19649B is #E69B64. Grayscale: #535353. Windows color (decimal): -15113061 or 10183705. OLE color: 10183705.

HSL color Cylindrical-coordinate representation of color #19649B: hue angle of 205.38º 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 #19649B is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25100155-
CMYK0.840.3500.39
HSL205.38º72.22%35.29%-
HSV(B)205.38º83.87%60.78%-
XYZ10.8711.6932.69-
YUV83.84168.1586.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=8.93%
G=35.71%
B=55.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251001550.840.3500.39205.3872.2235.29
Hex19649B5423027cd4823
Octal311442331244304731511043
Binary1100111001001001101110101001000110100111110011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19649b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19649b; }

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

 H1.HeaderClassName
 {
   color: #19649b;
 }
 .AnyTagClassName
 {
   color: #19649b;
 }
</style>
background-color css

<style>
 a { background-color: #19649b; }

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

 div.DivClassName
 {
   background-color: #19649b;
 }
 .BgClassName
 {
   background-color: #19649b;
 }
</style>
border-color css

<style>
 span { border-color: #19649b; }

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

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