#145299

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

Shades of Endeavour #145299

Tints of Endeavour #145299

Color information

#145299 (or 0x145299) is unknown color: approx Endeavour. HEX triplet: 14, 52 and 99. RGB value is (20,82,153). Sum of RGB (Red+Green+Blue) = 20+82+153=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #145299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145299 is #EBAD66. Grayscale: #474747. Windows color (decimal): -15445351 or 10048020. OLE color: 10048020.

HSL color Cylindrical-coordinate representation of color #145299: hue angle of 212.03º 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 #145299 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2082153-
CMYK0.870.4600.4
HSL212.03º76.88%33.92%-
HSV(B)212.03º86.93%60%-
XYZ9.068.4831.3-
YUV71.56173.9691.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 153 (60.16% from 255) = 60%
R=7.84%
G=32.16%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20821530.870.4600.4212.0376.8833.92
Hex145299572E028d44d22
Octal241222311275605032411542
Binary1010010100101001100110101111011100101000110101001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145299; }

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

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

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

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

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

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

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

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