Html Css Color HEX #146595 Endeavour

📋 copy color: '#146595'

red 20 ◦ green 101 ◦ blue 149

#146595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #146595

Tints of Endeavour #146595

RGB

 RED value IS 20 (8.2% from 255) = 7.41%

 GREEN value IS 101 (39.84% from 255) = 37.41%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 7.41%
G = 37.41%
B = 55.19%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146595 (or 0x146595) is known color: Endeavour. HEX triplet: 14, 65 and 95. RGB value is (20,101,149). Sum of RGB (Red+Green+Blue) = 20+101+149=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #146595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146595 is #EB9A6A. Grayscale: #515151. Windows color (decimal): -15440491 or 9790740. OLE color: 9790740.

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

Color convert

RGB 20 101 149 -
CMYK 0.87 0.32 0 0.42
HSL 202.33º 0.76% 0.33% -
HSV(B) 202.33º 0.87% 0.58% -
XYZ 10.37 11.63 30.13 -
YUV 82.25 165.66 83.6 -
System Red Green Blue C M Y K H S L
Decimal 20 101 149 0.87 0.32 0 0.42 202.33 0.76 0.33
Hex 14 65 95 57 20 0 2A CA 4C 21
Octal 24 145 225 127 40 0 52 312 114 41
Binary 10100 1100101 10010101 1010111 100000 0 101010 11001010 1001100 100001

Color Harmonies of #146595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146595

Black with #146595

Text Example


Text Example

White with #146595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146595; }

 p { color: rgb(20,101,149); }

 H1.HeaderClassName
 {
   color: #146595;
 }
 .AnyTagClassName
 {
   color: #146595;
 }
</style>

background-color css

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

 a { background-color: rgb(20,101,149); }

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

border-color css

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

 span { border-color: rgb(20,101,149); }

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