#196098

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

Shades of Endeavour #196098

Tints of Endeavour #196098

Color information

#196098 (or 0x196098) is unknown color: approx Endeavour. HEX triplet: 19, 60 and 98. RGB value is (25,96,152). Sum of RGB (Red+Green+Blue) = 25+96+152=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #196098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196098 is #E69F67. Grayscale: #505050. Windows color (decimal): -15114088 or 9986073. OLE color: 9986073.

HSL color Cylindrical-coordinate representation of color #196098: hue angle of 206.46º 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 #196098 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2596152-
CMYK0.840.3700.40
HSL206.46º71.75%34.71%-
HSV(B)206.46º83.55%59.61%-
XYZ10.2510.8431.26-
YUV81.16167.9887.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 152 (59.77% from 255) = 55.68%
R=9.16%
G=35.16%
B=55.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25961520.840.3700.40206.4671.7534.71
Hex1960985425028ce4823
Octal311402301244505031611043
Binary1100111000001001100010101001001010101000110011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196098; }

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

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

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

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

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

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

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

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