#1661A0

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

Shades of Endeavour #1661A0

Tints of Endeavour #1661A0

Color information

#1661A0 (or 0x1661A0) is unknown color: approx Endeavour. HEX triplet: 16, 61 and A0. RGB value is (22,97,160). Sum of RGB (Red+Green+Blue) = 22+97+160=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #1661A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1661A0 is #E99E5F. Grayscale: #515151. Windows color (decimal): -15310432 or 10510614. OLE color: 10510614.

HSL color Cylindrical-coordinate representation of color #1661A0: hue angle of 207.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1661A0 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2297160-
CMYK0.860.3900.37
HSL207.39º75.82%35.69%-
HSV(B)207.39º86.25%62.75%-
XYZ10.9511.2634.85-
YUV81.76172.1585.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.89%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 160 (62.89% from 255) = 57.35%
R=7.89%
G=34.77%
B=57.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22971600.860.3900.37207.3975.8235.69
Hex1661A05627025cf4c24
Octal261412401264704531711444
Binary1011011000011010000010101101001110100101110011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1661A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1661A0; }

 p { color: rgb(22,97,160); }

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

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

 a { background-color: rgb(22,97,160); }

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

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

 span { border-color: rgb(22,97,160); }

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