#146299

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

Shades of Endeavour #146299

Tints of Endeavour #146299

Color information

#146299 (or 0x146299) is unknown color: approx Endeavour. HEX triplet: 14, 62 and 99. RGB value is (20,98,153). Sum of RGB (Red+Green+Blue) = 20+98+153=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #146299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146299 is #EB9D66. Grayscale: #505050. Windows color (decimal): -15441255 or 10052116. OLE color: 10052116.

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

Color convert

RGB2098153-
CMYK0.870.3600.4
HSL204.81º76.88%33.92%-
HSV(B)204.81º86.93%60%-
XYZ10.4111.1831.75-
YUV80.95168.6684.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=7.38%
G=36.16%
B=56.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20981530.870.3600.4204.8176.8833.92
Hex1462995724028cd4d22
Octal241422311274405031511542
Binary1010011000101001100110101111001000101000110011011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146299; }

 p { color: rgb(20,98,153); }

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

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

 a { background-color: rgb(20,98,153); }

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

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

 span { border-color: rgb(20,98,153); }

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