#196599

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

Shades of Endeavour #196599

Tints of Endeavour #196599

Color information

#196599 (or 0x196599) is unknown color: approx Endeavour. HEX triplet: 19, 65 and 99. RGB value is (25,101,153). Sum of RGB (Red+Green+Blue) = 25+101+153=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #196599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196599 is #E69A66. Grayscale: #535353. Windows color (decimal): -15112807 or 10052889. OLE color: 10052889.

HSL color Cylindrical-coordinate representation of color #196599: hue angle of 204.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196599 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB25101153-
CMYK0.840.3400.4
HSL204.38º71.91%34.9%-
HSV(B)204.38º83.66%60%-
XYZ10.811.8131.85-
YUV84.2166.8285.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=8.96%
G=36.20%
B=54.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251011530.840.3400.4204.3871.9134.9
Hex1965995422028cc4823
Octal311452311244205031411043
Binary1100111001011001100110101001000100101000110011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196599; }

 p { color: rgb(25,101,153); }

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

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

 a { background-color: rgb(25,101,153); }

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

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

 span { border-color: rgb(25,101,153); }

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