#145198

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

Shades of Endeavour #145198

Tints of Endeavour #145198

Color information

#145198 (or 0x145198) is unknown color: approx Endeavour. HEX triplet: 14, 51 and 98. RGB value is (20,81,152). Sum of RGB (Red+Green+Blue) = 20+81+152=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #145198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145198 is #EBAE67. Grayscale: #464646. Windows color (decimal): -15445608 or 9982228. OLE color: 9982228.

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

Color convert

RGB2081152-
CMYK0.870.4700.40
HSL212.27º76.74%33.73%-
HSV(B)212.27º86.84%59.61%-
XYZ8.98.330.84-
YUV70.85173.7991.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 152 (59.77% from 255) = 60.08%
R=7.91%
G=32.02%
B=60.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20811520.870.4700.40212.2776.7433.73
Hex145198572F028d44d22
Octal241212301275705032411542
Binary1010010100011001100010101111011110101000110101001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145198; }

 p { color: rgb(20,81,152); }

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

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

 a { background-color: rgb(20,81,152); }

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

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

 span { border-color: rgb(20,81,152); }

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