Html Css Color HEX #146295 Endeavour

📋 copy color: '#146295'

red 20 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #146295

Tints of Endeavour #146295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 7.49%
G = 36.7%
B = 55.81%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146295 (or 0x146295) is known color: Endeavour. HEX triplet: 14, 62 and 95. RGB value is (20,98,149). Sum of RGB (Red+Green+Blue) = 20+98+149=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #146295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146295 is #EB9D6A. Grayscale: #505050. Windows color (decimal): -15441259 or 9789972. OLE color: 9789972.

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

Color convert

RGB 20 98 149 -
CMYK 0.87 0.34 0 0.42
HSL 203.72º 0.76% 0.33% -
HSV(B) 203.72º 0.87% 0.58% -
XYZ 10.08 11.05 30.04 -
YUV 80.49 166.66 84.85 -
System Red Green Blue C M Y K H S L
Decimal 20 98 149 0.87 0.34 0 0.42 203.72 0.76 0.33
Hex 14 62 95 57 22 0 2A CC 4C 21
Octal 24 142 225 127 42 0 52 314 114 41
Binary 10100 1100010 10010101 1010111 100010 0 101010 11001100 1001100 100001

Color Harmonies of #146295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146295

Black with #146295

Text Example


Text Example

White with #146295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146295; }

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

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

background-color css

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

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

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

border-color css

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

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

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