#19609E

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

Shades of Endeavour #19609E

Tints of Endeavour #19609E

Color information

#19609E (or 0x19609E) is unknown color: approx Endeavour. HEX triplet: 19, 60 and 9E. RGB value is (25,96,158). Sum of RGB (Red+Green+Blue) = 25+96+158=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #19609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19609E is #E69F61. Grayscale: #515151. Windows color (decimal): -15114082 or 10379289. OLE color: 10379289.

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

Color convert

RGB2596158-
CMYK0.840.3900.38
HSL207.97º72.68%35.88%-
HSV(B)207.97º84.18%61.96%-
XYZ10.7611.0433.91-
YUV81.84170.9887.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=8.96%
G=34.41%
B=56.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25961580.840.3900.38207.9772.6835.88
Hex19609E5427026d04924
Octal311402361244704632011144
Binary1100111000001001111010101001001110100110110100001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,96,158); }

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

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

 a { background-color: rgb(25,96,158); }

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

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

 span { border-color: rgb(25,96,158); }

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