#106194

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

Shades of Endeavour #106194

Tints of Endeavour #106194

Color information

#106194 (or 0x106194) is unknown color: approx Endeavour. HEX triplet: 10, 61 and 94. RGB value is (16,97,148). Sum of RGB (Red+Green+Blue) = 16+97+148=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #106194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106194 is #EF9E6B. Grayscale: #4E4E4E. Windows color (decimal): -15703660 or 9724176. OLE color: 9724176.

HSL color Cylindrical-coordinate representation of color #106194: hue angle of 203.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106194 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1697148-
CMYK0.890.3400.42
HSL203.18º80.49%32.16%-
HSV(B)203.18º89.19%58.04%-
XYZ9.8310.829.58-
YUV78.6167.1683.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.13%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=6.13%
G=37.16%
B=56.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16971480.890.3400.42203.1880.4932.16
Hex106194592202Acb5020
Octal201412241314205231312040
Binary1000011000011001010010110011000100101010110010111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106194; }

 p { color: rgb(16,97,148); }

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

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

 a { background-color: rgb(16,97,148); }

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

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

 span { border-color: rgb(16,97,148); }

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