#195297

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

Shades of Endeavour #195297

Tints of Endeavour #195297

Color information

#195297 (or 0x195297) is unknown color: approx Endeavour. HEX triplet: 19, 52 and 97. RGB value is (25,82,151). Sum of RGB (Red+Green+Blue) = 25+82+151=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #195297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195297 is #E6AD68. Grayscale: #484848. Windows color (decimal): -15117673 or 9916953. OLE color: 9916953.

HSL color Cylindrical-coordinate representation of color #195297: hue angle of 212.86º 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 #195297 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2582151-
CMYK0.830.4600.41
HSL212.86º71.59%34.51%-
HSV(B)212.86º83.44%59.22%-
XYZ98.4830.44-
YUV72.82172.1293.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.69%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 151 (59.38% from 255) = 58.53%
R=9.69%
G=31.78%
B=58.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal25821510.830.4600.41212.8671.5934.51
Hex195297532E029d54823
Octal311222271235605132511043
Binary1100110100101001011110100111011100101001110101011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195297; }

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

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

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

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

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

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

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

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