#146391

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

Shades of Endeavour #146391

Tints of Endeavour #146391

Color information

#146391 (or 0x146391) is unknown color: approx Endeavour. HEX triplet: 14, 63 and 91. RGB value is (20,99,145). Sum of RGB (Red+Green+Blue) = 20+99+145=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #146391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146391 is #EB9C6E. Grayscale: #505050. Windows color (decimal): -15441007 or 9528084. OLE color: 9528084.

HSL color Cylindrical-coordinate representation of color #146391: hue angle of 202.08º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146391 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2099145-
CMYK0.860.3200.43
HSL202.08º75.76%32.35%-
HSV(B)202.08º86.21%56.86%-
XYZ9.8611.1228.41-
YUV80.62164.3384.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=7.58%
G=37.5%
B=54.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20991450.860.3200.43202.0875.7632.35
Hex146391562002Bca4c20
Octal241432211264005331211440
Binary1010011000111001000110101101000000101011110010101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146391; }

 p { color: rgb(20,99,145); }

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

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

 a { background-color: rgb(20,99,145); }

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

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

 span { border-color: rgb(20,99,145); }

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