#146392

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

Shades of Endeavour #146392

Tints of Endeavour #146392

Color information

#146392 (or 0x146392) is unknown color: approx Endeavour. HEX triplet: 14, 63 and 92. RGB value is (20,99,146). Sum of RGB (Red+Green+Blue) = 20+99+146=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #146392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146392 is #EB9C6D. Grayscale: #505050. Windows color (decimal): -15441006 or 9593620. OLE color: 9593620.

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

Color convert

RGB2099146-
CMYK0.860.3200.43
HSL202.38º75.9%32.55%-
HSV(B)202.38º86.3%57.25%-
XYZ9.9411.1528.82-
YUV80.74164.8384.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=7.55%
G=37.36%
B=55.09%

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
Decimal20991460.860.3200.43202.3875.932.55
Hex146392562002Bca4c21
Octal241432221264005331211441
Binary1010011000111001001010101101000000101011110010101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146392; }

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

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

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

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

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

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

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

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