#196796

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

Shades of Endeavour #196796

Tints of Endeavour #196796

Color information

#196796 (or 0x196796) is unknown color: approx Endeavour. HEX triplet: 19, 67 and 96. RGB value is (25,103,150). Sum of RGB (Red+Green+Blue) = 25+103+150=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #196796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196796 is #E69869. Grayscale: #545454. Windows color (decimal): -15112298 or 9856793. OLE color: 9856793.

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

Color convert

RGB25103150-
CMYK0.830.3100.41
HSL202.56º71.43%34.31%-
HSV(B)202.56º83.33%58.82%-
XYZ10.7612.1130.62-
YUV85.04164.6685.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.99%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=8.99%
G=37.05%
B=53.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal251031500.830.3100.41202.5671.4334.31
Hex196796531F029cb4722
Octal311472261233705131310742
Binary110011100111100101101010011111110101001110010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196796; }

 p { color: rgb(25,103,150); }

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

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

 a { background-color: rgb(25,103,150); }

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

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

 span { border-color: rgb(25,103,150); }

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