Html Css Color HEX #146594 Endeavour

📋 copy color: '#146594'

red 20 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #146594

Tints of Endeavour #146594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.02%

R = 7.43%
G = 37.55%
B = 55.02%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146594 (or 0x146594) is known color: Endeavour. HEX triplet: 14, 65 and 94. RGB value is (20,101,148). Sum of RGB (Red+Green+Blue) = 20+101+148=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #146594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146594 is #EB9A6B. Grayscale: #515151. Windows color (decimal): -15440492 or 9725204. OLE color: 9725204.

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

Color convert

RGB 20 101 148 -
CMYK 0.86 0.32 0 0.42
HSL 202.03º 0.76% 0.33% -
HSV(B) 202.03º 0.86% 0.58% -
XYZ 10.29 11.59 29.71 -
YUV 82.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 20 101 148 0.86 0.32 0 0.42 202.03 0.76 0.33
Hex 14 65 94 56 20 0 2A CA 4C 21
Octal 24 145 224 126 40 0 52 312 114 41
Binary 10100 1100101 10010100 1010110 100000 0 101010 11001010 1001100 100001

Color Harmonies of #146594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146594

Black with #146594

Text Example


Text Example

White with #146594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146594; }

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

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

background-color css

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

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

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

border-color css

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

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

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