#196198

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

Shades of Endeavour #196198

Tints of Endeavour #196198

Color information

#196198 (or 0x196198) is unknown color: approx Endeavour. HEX triplet: 19, 61 and 98. RGB value is (25,97,152). Sum of RGB (Red+Green+Blue) = 25+97+152=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #196198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196198 is #E69E67. Grayscale: #515151. Windows color (decimal): -15113832 or 9986329. OLE color: 9986329.

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

Color convert

RGB2597152-
CMYK0.840.3600.40
HSL205.98º71.75%34.71%-
HSV(B)205.98º83.55%59.61%-
XYZ10.3411.0231.29-
YUV81.74167.6587.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.12%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=9.12%
G=35.40%
B=55.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25971520.840.3600.40205.9871.7534.71
Hex1961985424028ce4823
Octal311412301244405031611043
Binary1100111000011001100010101001001000101000110011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196198; }

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

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

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

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

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

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

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

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