Html Css Color HEX #146593 Endeavour

📋 copy color: '#146593'

red 20 ◦ green 101 ◦ blue 147

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

Shades of Endeavour #146593

Tints of Endeavour #146593

RGB

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

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

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

R = 7.46%
G = 37.69%
B = 54.85%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146593 (or 0x146593) is known color: Endeavour. HEX triplet: 14, 65 and 93. RGB value is (20,101,147). Sum of RGB (Red+Green+Blue) = 20+101+147=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #146593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146593 is #EB9A6C. Grayscale: #515151. Windows color (decimal): -15440493 or 9659668. OLE color: 9659668.

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

Color convert

RGB 20 101 147 -
CMYK 0.86 0.31 0 0.42
HSL 201.73º 0.76% 0.33% -
HSV(B) 201.73º 0.86% 0.58% -
XYZ 10.21 11.56 29.3 -
YUV 82.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 20 101 147 0.86 0.31 0 0.42 201.73 0.76 0.33
Hex 14 65 93 56 1F 0 2A CA 4C 21
Octal 24 145 223 126 37 0 52 312 114 41
Binary 10100 1100101 10010011 1010110 11111 0 101010 11001010 1001100 100001

Color Harmonies of #146593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146593

Black with #146593

Text Example


Text Example

White with #146593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146593; }

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

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

background-color css

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

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

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

border-color css

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

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

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