Html Css Color HEX #146095 Endeavour

📋 copy color: '#146095'

red 20 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #146095

Tints of Endeavour #146095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 7.55%
G = 36.23%
B = 56.23%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146095 (or 0x146095) is known color: Endeavour. HEX triplet: 14, 60 and 95. RGB value is (20,96,149). Sum of RGB (Red+Green+Blue) = 20+96+149=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #146095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146095 is #EB9F6A. Grayscale: #4F4F4F. Windows color (decimal): -15441771 or 9789460. OLE color: 9789460.

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

Color convert

RGB 20 96 149 -
CMYK 0.87 0.36 0 0.42
HSL 204.65º 0.76% 0.33% -
HSV(B) 204.65º 0.87% 0.58% -
XYZ 9.9 10.68 29.97 -
YUV 79.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 20 96 149 0.87 0.36 0 0.42 204.65 0.76 0.33
Hex 14 60 95 57 24 0 2A CD 4C 21
Octal 24 140 225 127 44 0 52 315 114 41
Binary 10100 1100000 10010101 1010111 100100 0 101010 11001101 1001100 100001

Color Harmonies of #146095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146095

Black with #146095

Text Example


Text Example

White with #146095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146095; }

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

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

background-color css

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

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

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

border-color css

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

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

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