#146897

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

Shades of Endeavour #146897

Tints of Endeavour #146897

Color information

#146897 (or 0x146897) is unknown color: approx Endeavour. HEX triplet: 14, 68 and 97. RGB value is (20,104,151). Sum of RGB (Red+Green+Blue) = 20+104+151=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #146897 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146897 is #EB9768. Grayscale: #535353. Windows color (decimal): -15439721 or 9922580. OLE color: 9922580.

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

Color convert

RGB20104151-
CMYK0.870.3100.41
HSL201.53º76.61%33.53%-
HSV(B)201.53º86.75%59.22%-
XYZ10.8212.2831.08-
YUV84.24165.6782.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=7.27%
G=37.82%
B=54.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal201041510.870.3100.41201.5376.6133.53
Hex146897571F029ca4d22
Octal241502271273705131211542
Binary101001101000100101111010111111110101001110010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146897; }

 p { color: rgb(20,104,151); }

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

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

 a { background-color: rgb(20,104,151); }

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

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

 span { border-color: rgb(20,104,151); }

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