Html Css Color HEX #146193 Endeavour

📋 copy color: '#146193'

red 20 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #146193

Tints of Endeavour #146193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 7.58%
G = 36.74%
B = 55.68%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146193 (or 0x146193) is known color: Endeavour. HEX triplet: 14, 61 and 93. RGB value is (20,97,147). Sum of RGB (Red+Green+Blue) = 20+97+147=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #146193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146193 is #EB9E6C. Grayscale: #4F4F4F. Windows color (decimal): -15441517 or 9658644. OLE color: 9658644.

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

Color convert

RGB 20 97 147 -
CMYK 0.86 0.34 0 0.42
HSL 203.62º 0.76% 0.33% -
HSV(B) 203.62º 0.86% 0.58% -
XYZ 9.83 10.8 29.17 -
YUV 79.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 20 97 147 0.86 0.34 0 0.42 203.62 0.76 0.33
Hex 14 61 93 56 22 0 2A CC 4C 21
Octal 24 141 223 126 42 0 52 314 114 41
Binary 10100 1100001 10010011 1010110 100010 0 101010 11001100 1001100 100001

Color Harmonies of #146193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146193

Black with #146193

Text Example


Text Example

White with #146193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146193; }

 p { color: rgb(20,97,147); }

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

background-color css

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

 a { background-color: rgb(20,97,147); }

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

border-color css

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

 span { border-color: rgb(20,97,147); }

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