#195997

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

Shades of Endeavour #195997

Tints of Endeavour #195997

Color information

#195997 (or 0x195997) is unknown color: approx Endeavour. HEX triplet: 19, 59 and 97. RGB value is (25,89,151). Sum of RGB (Red+Green+Blue) = 25+89+151=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #195997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195997 is #E6A668. Grayscale: #4C4C4C. Windows color (decimal): -15115881 or 9918745. OLE color: 9918745.

HSL color Cylindrical-coordinate representation of color #195997: hue angle of 209.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195997 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2589151-
CMYK0.830.4100.41
HSL209.52º71.59%34.51%-
HSV(B)209.52º83.44%59.22%-
XYZ9.569.5930.62-
YUV76.93169.890.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=9.43%
G=33.58%
B=56.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25891510.830.4100.41209.5271.5934.51
Hex1959975329029d24823
Octal311312271235105132211043
Binary1100110110011001011110100111010010101001110100101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195997; }

 p { color: rgb(25,89,151); }

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

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

 a { background-color: rgb(25,89,151); }

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

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

 span { border-color: rgb(25,89,151); }

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